Enum stm32_metapac::eth::vals::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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)