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