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