pub enum SRR {
RESET,
_Reserved(bool),
}
Expand description
Possible values of the field SR
Variants§
RESET
Reset all MAC subsystem internal registers and logic. Cleared automatically
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy for SRR
impl StructuralPartialEq for SRR
Auto Trait Implementations§
impl Freeze for SRR
impl RefUnwindSafe for SRR
impl Send for SRR
impl Sync for SRR
impl Unpin for SRR
impl UnwindSafe for SRR
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