Struct j1939_filter
#[repr(C)]
pub struct j1939_filter { pub name: name_t, pub name_mask: name_t, pub pgn: pgn_t, pub pgn_mask: pgn_t, pub addr: u8, pub addr_mask: u8 }
Fields
name: name_tname_mask: name_tpgn: pgn_tpgn_mask: pgn_taddr: u8addr_mask: u8
Trait Implementations
impl Clone for j1939_filter
fn clone(&self) -> j1939_filter
impl Copy for j1939_filter
impl Debug for j1939_filter
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for j1939_filter
impl Hash for j1939_filter
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for j1939_filter
fn eq(&self, other: &j1939_filter) -> bool
impl StructuralPartialEq for j1939_filter
Auto Trait Implementations
impl Freeze for j1939_filter
impl RefUnwindSafe for j1939_filter
impl Send for j1939_filter
impl Sync for j1939_filter
impl Unpin for j1939_filter
impl UnsafeUnpin for j1939_filter
impl UnwindSafe for j1939_filter
Blanket Implementations
impl<T> Any for j1939_filter
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for j1939_filter
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for j1939_filter
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for j1939_filter
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for j1939_filter
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for j1939_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 j1939_filter
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for j1939_filter
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>