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