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