#[repr(u8)]pub enum Etheren {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Reception immediately stops and transmission stops after a bad CRC is appended to any currently transmitted frame.
ONE = 1
MAC is enabled, and reception and transmission are possible.
Implementations§
Trait Implementations§
Source§impl Ord for Etheren
impl Ord for Etheren
Source§impl PartialOrd for Etheren
impl PartialOrd for Etheren
impl Copy for Etheren
impl Eq for Etheren
impl StructuralPartialEq for Etheren
Auto Trait Implementations§
impl Freeze for Etheren
impl RefUnwindSafe for Etheren
impl Send for Etheren
impl Sync for Etheren
impl Unpin for Etheren
impl UnwindSafe for Etheren
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