pub enum CSD_A {
Enabled = 0,
Disabled = 1,
}
Expand description
Carrier sense disable
Value on reset: 0
Variants§
Enabled = 0
0: Errors generated due to loss of carrier
Disabled = 1
1: No error generated due to loss of carrier
Trait Implementations§
impl Copy for CSD_A
impl StructuralPartialEq for CSD_A
Auto Trait Implementations§
impl Freeze for CSD_A
impl RefUnwindSafe for CSD_A
impl Send for CSD_A
impl Sync for CSD_A
impl Unpin for CSD_A
impl UnwindSafe for CSD_A
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