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_tpub can_mask: canid_tTrait Implementations
impl Clone for can_filter
fn clone(&Self) -> can_filterimpl Copy for can_filterimpl Debug for can_filter
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for can_filterimpl 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) -> boolfn ne(&Self, other: &can_filter) -> boolimpl StructuralEq for can_filterimpl StructuralPartialEq for can_filterAuto Trait Implementations
impl RefUnwindSafe for can_filterimpl Send for can_filterimpl Sync for can_filterimpl Unpin for can_filterimpl UnwindSafe for can_filterBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T