#[repr(u8)]pub enum DcOutBypass {
DCACTIVE = 0,
DCBYPASSED = 1,
}Variants§
Implementations§
Source§impl DcOutBypass
impl DcOutBypass
Trait Implementations§
Source§impl Clone for DcOutBypass
impl Clone for DcOutBypass
Source§fn clone(&self) -> DcOutBypass
fn clone(&self) -> DcOutBypass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DcOutBypass
impl Debug for DcOutBypass
Source§impl From<DcOutBypass> for u8
impl From<DcOutBypass> for u8
Source§fn from(val: DcOutBypass) -> u8
fn from(val: DcOutBypass) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DcOutBypass
impl From<u8> for DcOutBypass
Source§fn from(val: u8) -> DcOutBypass
fn from(val: u8) -> DcOutBypass
Converts to this type from the input type.
Source§impl Ord for DcOutBypass
impl Ord for DcOutBypass
Source§fn cmp(&self, other: &DcOutBypass) -> Ordering
fn cmp(&self, other: &DcOutBypass) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DcOutBypass
impl PartialEq for DcOutBypass
Source§impl PartialOrd for DcOutBypass
impl PartialOrd for DcOutBypass
impl Copy for DcOutBypass
impl Eq for DcOutBypass
impl StructuralPartialEq for DcOutBypass
Auto Trait Implementations§
impl Freeze for DcOutBypass
impl RefUnwindSafe for DcOutBypass
impl Send for DcOutBypass
impl Sync for DcOutBypass
impl Unpin for DcOutBypass
impl UnwindSafe for DcOutBypass
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