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