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