#[repr(u16)]pub enum Dup {
Full = 0,
Half = 1,
}Expand description
Duplex
Enumerated value. Duplex mode
Variants§
Implementations§
Trait Implementations§
impl Copy for Dup
impl Eq for Dup
impl StructuralPartialEq for Dup
Auto Trait Implementations§
impl Freeze for Dup
impl RefUnwindSafe for Dup
impl Send for Dup
impl Sync for Dup
impl Unpin for Dup
impl UnwindSafe for Dup
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