Struct LockModes
#[repr(transparent)]pub struct LockModes(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for LockModes
impl Eq for LockModes
impl StructuralPartialEq for LockModes
Auto Trait Implementations§
impl Freeze for LockModes
impl RefUnwindSafe for LockModes
impl Send for LockModes
impl Sync for LockModes
impl Unpin for LockModes
impl UnwindSafe for LockModes
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