Struct MacahrSa
#[repr(transparent)]pub struct MacahrSa(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl MacahrSa
impl MacahrSa
pub const DESTINATION: Self
pub const DESTINATION: Self
This address is used for comparison with DA fields of the received frame
pub const SOURCE: Self
pub const SOURCE: Self
This address is used for comparison with SA fields of received frames
Trait Implementations§
§impl Ord for MacahrSa
impl Ord for MacahrSa
§impl PartialOrd for MacahrSa
impl PartialOrd for MacahrSa
impl Copy for MacahrSa
impl Eq 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 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