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