#[repr(u8)]pub enum RaccShift16 {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Disabled.
ONE = 1
Instructs the MAC to write two additional bytes in front of each frame received into the RX FIFO.
Implementations§
Source§impl RaccShift16
impl RaccShift16
Trait Implementations§
Source§impl Clone for RaccShift16
impl Clone for RaccShift16
Source§fn clone(&self) -> RaccShift16
fn clone(&self) -> RaccShift16
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RaccShift16
impl Debug for RaccShift16
Source§impl From<RaccShift16> for u8
impl From<RaccShift16> for u8
Source§fn from(val: RaccShift16) -> u8
fn from(val: RaccShift16) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RaccShift16
impl From<u8> for RaccShift16
Source§fn from(val: u8) -> RaccShift16
fn from(val: u8) -> RaccShift16
Converts to this type from the input type.
Source§impl Ord for RaccShift16
impl Ord for RaccShift16
Source§fn cmp(&self, other: &RaccShift16) -> Ordering
fn cmp(&self, other: &RaccShift16) -> Ordering
1.21.0 · 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
Source§impl PartialEq for RaccShift16
impl PartialEq for RaccShift16
Source§impl PartialOrd for RaccShift16
impl PartialOrd for RaccShift16
impl Copy for RaccShift16
impl Eq for RaccShift16
impl StructuralPartialEq for RaccShift16
Auto Trait Implementations§
impl Freeze for RaccShift16
impl RefUnwindSafe for RaccShift16
impl Send for RaccShift16
impl Sync for RaccShift16
impl Unpin for RaccShift16
impl UnwindSafe for RaccShift16
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