#[repr(transparent)]pub struct Lockb(pub u32);Expand description
Lock B
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lockb
impl Eq for Lockb
impl StructuralPartialEq for Lockb
Auto Trait Implementations§
impl Freeze for Lockb
impl RefUnwindSafe for Lockb
impl Send for Lockb
impl Sync for Lockb
impl Unpin for Lockb
impl UnwindSafe for Lockb
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