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_tname_mask: name_tpgn: pgn_tpgn_mask: pgn_taddr: u8addr_mask: u8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
