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