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