Enum Pm
#[repr(u8)]pub enum Pm {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Normal address filtering
ENABLED = 1
Address filters pass all incoming frames regardless of their destination or source address
Implementations§
Trait Implementations§
§impl Ord for Pm
impl Ord for Pm
§impl PartialOrd for Pm
impl PartialOrd for Pm
impl Copy for Pm
impl Eq for Pm
impl StructuralPartialEq for Pm
Auto Trait Implementations§
impl Freeze for Pm
impl RefUnwindSafe for Pm
impl Send for Pm
impl Sync for Pm
impl Unpin for Pm
impl UnwindSafe for Pm
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