#[repr(u8)]pub enum Linedis {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Frames with errors are not discarded.
ONE = 1
Any frame received with a CRC, length, or PHY error is automatically discarded and not forwarded to the user application interface.
Implementations§
Trait Implementations§
Source§impl Ord for Linedis
impl Ord for Linedis
Source§impl PartialOrd for Linedis
impl PartialOrd for Linedis
impl Copy for Linedis
impl Eq for Linedis
impl StructuralPartialEq for Linedis
Auto Trait Implementations§
impl Freeze for Linedis
impl RefUnwindSafe for Linedis
impl Send for Linedis
impl Sync for Linedis
impl Unpin for Linedis
impl UnwindSafe for Linedis
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