Enum Csd
#[repr(u8)]pub enum Csd {
Enabled = 0,
Disabled = 1,
}Variants§
Enabled = 0
Errors generated due to loss of carrier
Disabled = 1
No error generated due to loss of carrier
Implementations§
Trait Implementations§
impl Copy for Csd
impl Eq for Csd
§impl Ord for Csd
impl Ord for Csd
1.21.0 (const: unstable) · 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
§impl PartialOrd for Csd
impl PartialOrd for Csd
impl StructuralPartialEq for Csd
Auto Trait Implementations§
impl Freeze for Csd
impl RefUnwindSafe for Csd
impl Send for Csd
impl Sync for Csd
impl Unpin for Csd
impl UnsafeUnpin for Csd
impl UnwindSafe for Csd
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