Struct can_filter
#[repr(C)]
pub struct can_filter { pub can_id: canid_t, pub can_mask: canid_t }
Fields
can_id: canid_tcan_mask: canid_t
Trait Implementations
impl Clone for can_filter
fn clone(&self) -> can_filter
impl Copy for can_filter
impl Debug for can_filter
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for can_filter
impl Hash for can_filter
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for can_filter
fn eq(&self, other: &can_filter) -> bool
impl StructuralPartialEq for can_filter
Auto Trait Implementations
impl Freeze for can_filter
impl RefUnwindSafe for can_filter
impl Send for can_filter
impl Sync for can_filter
impl Unpin for can_filter
impl UnsafeUnpin for can_filter
impl UnwindSafe for can_filter
Blanket Implementations
impl<T> Any for can_filter
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for can_filter
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for can_filter
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for can_filter
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for can_filter
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for can_filter
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for can_filter
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for can_filter
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>