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