pub enum SAW {
DESTINATION,
SOURCE,
}
Expand description
Values that can be written to the field SA
Variants§
DESTINATION
This address is used for comparison with DA fields of the received frame
SOURCE
This address is used for comparison with SA fields of received frames
Auto Trait Implementations§
impl Freeze for SAW
impl RefUnwindSafe for SAW
impl Send for SAW
impl Sync for SAW
impl Unpin for SAW
impl UnwindSafe for SAW
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