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