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