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