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