#[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
Auto Trait Implementations§
impl Freeze for can_filter
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more