Enum Deepstopf
#[repr(u8)]pub enum Deepstopf {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Deepstopf
impl Ord for Deepstopf
§impl PartialOrd for Deepstopf
impl PartialOrd for Deepstopf
impl Copy for Deepstopf
impl Eq 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 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