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