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