Struct openssl_sys::j1939_filter
source · pub struct j1939_filter {
pub name: u64,
pub name_mask: u64,
pub pgn: u32,
pub pgn_mask: u32,
pub addr: u8,
pub addr_mask: u8,
}Fields§
§name: u64§name_mask: u64§pgn: u32§pgn_mask: u32§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 moresource§impl Debug for j1939_filter
impl Debug for j1939_filter
source§impl Hash for j1939_filter
impl Hash for j1939_filter
source§impl PartialEq<j1939_filter> for j1939_filter
impl PartialEq<j1939_filter> for j1939_filter
source§fn 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 ==.