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