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