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