pub enum DCD_A {
DEASSERTED = 0,
ASSERTED = 1,
}Expand description
Line State of Data Carrier Detect
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DCD_A
impl Eq for DCD_A
impl StructuralPartialEq for DCD_A
Auto Trait Implementations§
impl Freeze for DCD_A
impl RefUnwindSafe for DCD_A
impl Send for DCD_A
impl Sync for DCD_A
impl Unpin for DCD_A
impl UnwindSafe for DCD_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