Enum Deepstopf
#[repr(u8)]pub enum Deepstopf {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Deepstopf
impl Eq for Deepstopf
§impl Ord for Deepstopf
impl Ord for Deepstopf
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 Deepstopf
impl PartialOrd for Deepstopf
impl StructuralPartialEq for Deepstopf
Auto Trait Implementations§
impl Freeze for Deepstopf
impl RefUnwindSafe for Deepstopf
impl Send for Deepstopf
impl Sync for Deepstopf
impl Unpin for Deepstopf
impl UnsafeUnpin for Deepstopf
impl UnwindSafe for Deepstopf
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