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: u8Trait Implementations§
source§impl Clone for j1939_filter
 
impl Clone for j1939_filter
source§fn clone(&self) -> j1939_filter
 
fn clone(&self) -> j1939_filter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more