Struct openssl_sys::can_filter
source · pub struct can_filter {
pub can_id: u32,
pub can_mask: u32,
}
Fields§
§can_id: u32
§can_mask: u32
Trait Implementations§
source§impl Clone for can_filter
impl Clone for can_filter
source§fn clone(&self) -> can_filter
fn clone(&self) -> can_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 can_filter
impl Debug for can_filter
source§impl Hash for can_filter
impl Hash for can_filter
source§impl PartialEq<can_filter> for can_filter
impl PartialEq<can_filter> for can_filter
source§fn eq(&self, other: &can_filter) -> bool
fn eq(&self, other: &can_filter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.