pub enum NonMatchingFilter {
IntoRxFifo0 = 0,
IntoRxFifo1 = 1,
Reject = 3,
}
Expand description
How to handle frames in the global filter
Variants§
IntoRxFifo0 = 0
Frames will go to Fifo0 when they do no match any specific filter
IntoRxFifo1 = 1
Frames will go to Fifo1 when they do no match any specific filter
Reject = 3
Frames will be rejected when they do not match any specific filter
Trait Implementations§
source§impl Clone for NonMatchingFilter
impl Clone for NonMatchingFilter
source§fn clone(&self) -> NonMatchingFilter
fn clone(&self) -> NonMatchingFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NonMatchingFilter
impl Debug for NonMatchingFilter
impl Copy for NonMatchingFilter
Auto Trait Implementations§
impl Freeze for NonMatchingFilter
impl RefUnwindSafe for NonMatchingFilter
impl Send for NonMatchingFilter
impl Sync for NonMatchingFilter
impl Unpin for NonMatchingFilter
impl UnwindSafe for NonMatchingFilter
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
)