#[repr(transparent)]pub struct LockFlags(pub OptionFlags);Tuple Fields§
§0: OptionFlagsImplementations§
Trait Implementations§
Source§impl BitAndAssign for LockFlags
impl BitAndAssign for LockFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for LockFlags
impl BitOrAssign for LockFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for LockFlags
impl BitXorAssign for LockFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreimpl Copy for LockFlags
impl Eq for LockFlags
Source§impl From<u64> for LockFlags
impl From<u64> for LockFlags
Source§fn from(value: OptionFlags) -> Self
fn from(value: OptionFlags) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for LockFlags
Auto Trait Implementations§
impl Freeze for LockFlags
impl RefUnwindSafe for LockFlags
impl Send for LockFlags
impl Sync for LockFlags
impl Unpin for LockFlags
impl UnsafeUnpin for LockFlags
impl UnwindSafe for LockFlags
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