Enum Smpsfrdy
#[repr(u8)]pub enum Smpsfrdy {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Smpsfrdy
impl Eq for Smpsfrdy
§impl Ord for Smpsfrdy
impl Ord for Smpsfrdy
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Smpsfrdy
impl PartialOrd for Smpsfrdy
impl StructuralPartialEq for Smpsfrdy
Auto Trait Implementations§
impl Freeze for Smpsfrdy
impl RefUnwindSafe for Smpsfrdy
impl Send for Smpsfrdy
impl Sync for Smpsfrdy
impl Unpin for Smpsfrdy
impl UnsafeUnpin for Smpsfrdy
impl UnwindSafe for Smpsfrdy
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