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