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