pub enum SA_A {
Destination = 0,
Source = 1,
}
Expand description
SA
Value on reset: 0
Variants§
Destination = 0
0: This address is used for comparison with DA fields of the received frame
Source = 1
1: This address is used for comparison with SA fields of received frames
Trait Implementations§
impl Copy for SA_A
impl StructuralPartialEq for SA_A
Auto Trait Implementations§
impl Freeze for SA_A
impl RefUnwindSafe for SA_A
impl Send for SA_A
impl Sync for SA_A
impl Unpin for SA_A
impl UnwindSafe for SA_A
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