#[repr(transparent)]pub struct FltDlc(pub u32);Expand description
Pretended Networking Data Length Code (DLC) Filter
Tuple Fields§
§0: u32Implementations§
Source§impl FltDlc
impl FltDlc
Sourcepub const fn flt_dlc_hi(&self) -> u8
pub const fn flt_dlc_hi(&self) -> u8
Upper Limit for Length of Data Bytes Filter
Sourcepub const fn set_flt_dlc_hi(&mut self, val: u8)
pub const fn set_flt_dlc_hi(&mut self, val: u8)
Upper Limit for Length of Data Bytes Filter
Sourcepub const fn flt_dlc_lo(&self) -> u8
pub const fn flt_dlc_lo(&self) -> u8
Lower Limit for Length of Data Bytes Filter
Sourcepub const fn set_flt_dlc_lo(&mut self, val: u8)
pub const fn set_flt_dlc_lo(&mut self, val: u8)
Lower Limit for Length of Data Bytes Filter
Trait Implementations§
impl Copy for FltDlc
impl Eq for FltDlc
impl StructuralPartialEq for FltDlc
Auto Trait Implementations§
impl Freeze for FltDlc
impl RefUnwindSafe for FltDlc
impl Send for FltDlc
impl Sync for FltDlc
impl Unpin for FltDlc
impl UnwindSafe for FltDlc
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