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