Struct libc::j1939_filter
source · [−]#[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_t
name_mask: name_t
pgn: pgn_t
pgn_mask: pgn_t
addr: u8
addr_mask: u8
Trait Implementations
sourceimpl Clone for j1939_filter
impl Clone for j1939_filter
sourcefn clone(&self) -> j1939_filter
fn clone(&self) -> j1939_filter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for j1939_filter
impl Debug for j1939_filter
sourceimpl Hash for j1939_filter
impl Hash for j1939_filter
sourceimpl PartialEq<j1939_filter> for j1939_filter
impl PartialEq<j1939_filter> for j1939_filter
sourcefn eq(&self, other: &j1939_filter) -> bool
fn eq(&self, other: &j1939_filter) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &j1939_filter) -> bool
fn ne(&self, other: &j1939_filter) -> bool
This method tests for !=
.
impl Copy for j1939_filter
impl Eq for j1939_filter
impl StructuralEq for j1939_filter
impl StructuralPartialEq for j1939_filter
Auto Trait Implementations
impl RefUnwindSafe for j1939_filter
impl Send for j1939_filter
impl Sync for j1939_filter
impl Unpin for j1939_filter
impl UnwindSafe for j1939_filter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more