Enum MacahrSa
#[repr(u8)]pub enum MacahrSa {
Destination = 0,
Source = 1,
}Variants§
Destination = 0
This address is used for comparison with DA fields of the received frame
Source = 1
This address is used for comparison with SA fields of received frames
Implementations§
Trait Implementations§
impl Copy for MacahrSa
impl Eq for MacahrSa
§impl Ord for MacahrSa
impl Ord for MacahrSa
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 MacahrSa
impl PartialOrd for MacahrSa
impl StructuralPartialEq for MacahrSa
Auto Trait Implementations§
impl Freeze for MacahrSa
impl RefUnwindSafe for MacahrSa
impl Send for MacahrSa
impl Sync for MacahrSa
impl Unpin for MacahrSa
impl UnsafeUnpin for MacahrSa
impl UnwindSafe for MacahrSa
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