pub struct SemaphoreWaitFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for SemaphoreWaitFlagBits
impl BitAnd for SemaphoreWaitFlagBits
Source§impl BitAndAssign for SemaphoreWaitFlagBits
impl BitAndAssign for SemaphoreWaitFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SemaphoreWaitFlagBits
impl BitOr for SemaphoreWaitFlagBits
Source§impl BitOrAssign for SemaphoreWaitFlagBits
impl BitOrAssign for SemaphoreWaitFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for SemaphoreWaitFlagBits
impl BitXor for SemaphoreWaitFlagBits
Source§impl BitXorAssign for SemaphoreWaitFlagBits
impl BitXorAssign for SemaphoreWaitFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for SemaphoreWaitFlagBits
impl Clone for SemaphoreWaitFlagBits
Source§fn clone(&self) -> SemaphoreWaitFlagBits
fn clone(&self) -> SemaphoreWaitFlagBits
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 SemaphoreWaitFlagBits
impl Debug for SemaphoreWaitFlagBits
Source§impl Default for SemaphoreWaitFlagBits
impl Default for SemaphoreWaitFlagBits
Source§fn default() -> SemaphoreWaitFlagBits
fn default() -> SemaphoreWaitFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for SemaphoreWaitFlagBits
impl Hash for SemaphoreWaitFlagBits
Source§impl Not for SemaphoreWaitFlagBits
impl Not for SemaphoreWaitFlagBits
Source§impl Ord for SemaphoreWaitFlagBits
impl Ord for SemaphoreWaitFlagBits
Source§fn cmp(&self, other: &SemaphoreWaitFlagBits) -> Ordering
fn cmp(&self, other: &SemaphoreWaitFlagBits) -> 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 SemaphoreWaitFlagBits
impl PartialEq for SemaphoreWaitFlagBits
Source§impl PartialOrd for SemaphoreWaitFlagBits
impl PartialOrd for SemaphoreWaitFlagBits
impl Copy for SemaphoreWaitFlagBits
impl Eq for SemaphoreWaitFlagBits
impl StructuralPartialEq for SemaphoreWaitFlagBits
Auto Trait Implementations§
impl Freeze for SemaphoreWaitFlagBits
impl RefUnwindSafe for SemaphoreWaitFlagBits
impl Send for SemaphoreWaitFlagBits
impl Sync for SemaphoreWaitFlagBits
impl Unpin for SemaphoreWaitFlagBits
impl UnsafeUnpin for SemaphoreWaitFlagBits
impl UnwindSafe for SemaphoreWaitFlagBits
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