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