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