pub enum DCDENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field DCDEN
Variants§
DISABLED
Data contact detection (DCD) mode disabled
ENABLED
Data contact detection (DCD) mode enabled
Auto Trait Implementations§
impl Freeze for DCDENW
impl RefUnwindSafe for DCDENW
impl Send for DCDENW
impl Sync for DCDENW
impl Unpin for DCDENW
impl UnwindSafe for DCDENW
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