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