pub struct FutexFlags(/* private fields */);Implementations§
Source§impl FutexFlags
impl FutexFlags
Trait Implementations§
Source§impl BitAnd for FutexFlags
impl BitAnd for FutexFlags
Source§impl BitAndAssign for FutexFlags
impl BitAndAssign for FutexFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FutexFlags
impl BitOr for FutexFlags
Source§impl BitOrAssign for FutexFlags
impl BitOrAssign for FutexFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for FutexFlags
impl Clone for FutexFlags
Source§fn clone(&self) -> FutexFlags
fn clone(&self) -> FutexFlags
Returns a duplicate 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 FutexFlags
impl Debug for FutexFlags
Source§impl Default for FutexFlags
impl Default for FutexFlags
Source§impl Hash for FutexFlags
impl Hash for FutexFlags
Source§impl Ord for FutexFlags
impl Ord for FutexFlags
Source§fn cmp(&self, other: &FutexFlags) -> Ordering
fn cmp(&self, other: &FutexFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FutexFlags
impl PartialEq for FutexFlags
Source§impl PartialOrd for FutexFlags
impl PartialOrd for FutexFlags
impl Copy for FutexFlags
impl Eq for FutexFlags
impl StructuralPartialEq for FutexFlags
Auto Trait Implementations§
impl Freeze for FutexFlags
impl RefUnwindSafe for FutexFlags
impl Send for FutexFlags
impl Sync for FutexFlags
impl Unpin for FutexFlags
impl UnwindSafe for FutexFlags
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