Struct libc::can_filter
#[repr(C)]
pub struct can_filter {
pub can_id: canid_t,
pub can_mask: canid_t,
}
Fields
pub can_id: canid_t
pub can_mask: canid_t
Trait Implementations
impl Clone for can_filter
fn clone(&Self) -> can_filter
impl Copy for can_filter
impl Debug for can_filter
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for can_filter
impl Hash for can_filter
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<can_filter> for can_filter
fn eq(&Self, other: &can_filter) -> bool
fn ne(&Self, other: &can_filter) -> bool
impl StructuralEq for can_filter
impl StructuralPartialEq for can_filter
Auto Trait Implementations
impl RefUnwindSafe for can_filter
impl Send for can_filter
impl Sync for can_filter
impl Unpin for can_filter
impl UnwindSafe for can_filter
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T