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