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