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