Enum Dm
#[repr(u8)]pub enum Dm {
HalfDuplex = 0,
FullDuplex = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Dm
impl Eq for Dm
§impl Ord for Dm
impl Ord for Dm
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dm
impl PartialOrd for Dm
impl StructuralPartialEq for Dm
Auto Trait Implementations§
impl Freeze for Dm
impl RefUnwindSafe for Dm
impl Send for Dm
impl Sync for Dm
impl Unpin for Dm
impl UnsafeUnpin for Dm
impl UnwindSafe for Dm
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