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