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 more