Struct libc::j1939_filter [−][src]
#[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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.