Enum sgx_sync::FutexClockId
source · #[repr(u32)]pub enum FutexClockId {
Monotonic = 0,
RealTime = 256,
}
Variants§
Trait Implementations§
source§impl Clone for FutexClockId
impl Clone for FutexClockId
source§fn clone(&self) -> FutexClockId
fn clone(&self) -> FutexClockId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FutexClockId
impl Debug for FutexClockId
source§impl Default for FutexClockId
impl Default for FutexClockId
source§fn default() -> FutexClockId
fn default() -> FutexClockId
Returns the “default value” for a type. Read more
source§impl From<FutexClockId> for u32
impl From<FutexClockId> for u32
source§fn from(n: FutexClockId) -> u32
fn from(n: FutexClockId) -> u32
Converts to this type from the input type.
source§impl From<FutexFlags> for FutexClockId
impl From<FutexFlags> for FutexClockId
source§fn from(flags: FutexFlags) -> FutexClockId
fn from(flags: FutexFlags) -> FutexClockId
Converts to this type from the input type.
source§impl PartialEq for FutexClockId
impl PartialEq for FutexClockId
source§fn eq(&self, other: &FutexClockId) -> bool
fn eq(&self, other: &FutexClockId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u32> for FutexClockId
impl TryFrom<u32> for FutexClockId
impl ContiguousMemory for FutexClockId
impl Copy for FutexClockId
impl Eq for FutexClockId
impl StructuralEq for FutexClockId
impl StructuralPartialEq for FutexClockId
Auto Trait Implementations§
impl RefUnwindSafe for FutexClockId
impl Send for FutexClockId
impl Sync for FutexClockId
impl Unpin for FutexClockId
impl UnwindSafe for FutexClockId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more