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