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