Enum Ra
#[repr(u8)]pub enum Ra {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
MAC receiver passes on to the application only those frames that have passed the SA/DA address file
ENABLED = 1
MAC receiver passes oll received frames on to the application
Implementations§
Trait Implementations§
§impl Ord for Ra
impl Ord for Ra
§impl PartialOrd for Ra
impl PartialOrd for Ra
impl Copy for Ra
impl Eq for Ra
impl StructuralPartialEq for Ra
Auto Trait Implementations§
impl Freeze for Ra
impl RefUnwindSafe for Ra
impl Send for Ra
impl Sync for Ra
impl Unpin for Ra
impl UnwindSafe for Ra
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