Enum kernel::hil::can::IdentifierMode
source · pub enum IdentifierMode {
List,
Mask,
}
Expand description
The filter can be configured to filter the messages by matching an identifier or by bitwise matching multiple identifiers.
Variants§
List
A mask is used to filter the messages
Mask
The value of the identifier is used to filter the messages
Trait Implementations§
source§impl Clone for IdentifierMode
impl Clone for IdentifierMode
source§fn clone(&self) -> IdentifierMode
fn clone(&self) -> IdentifierMode
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 IdentifierMode
impl Debug for IdentifierMode
impl Copy for IdentifierMode
Auto Trait Implementations§
impl Freeze for IdentifierMode
impl RefUnwindSafe for IdentifierMode
impl Send for IdentifierMode
impl Sync for IdentifierMode
impl Unpin for IdentifierMode
impl UnwindSafe for IdentifierMode
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)