Struct libc::can_filter
source · #[repr(C)]pub struct can_filter {
pub can_id: canid_t,
pub can_mask: canid_t,
}
Fields§
§can_id: canid_t
§can_mask: canid_t
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 ==
.