Struct WdgSw
#[repr(transparent)]pub struct WdgSw(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for WdgSw
impl Ord for WdgSw
§impl PartialOrd for WdgSw
impl PartialOrd for WdgSw
impl Copy for WdgSw
impl Eq for WdgSw
impl StructuralPartialEq for WdgSw
Auto Trait Implementations§
impl Freeze for WdgSw
impl RefUnwindSafe for WdgSw
impl Send for WdgSw
impl Sync for WdgSw
impl Unpin for WdgSw
impl UnwindSafe for WdgSw
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