#[repr(transparent)]pub struct Ctrl1Pn(pub u32);Expand description
Pretended Networking Control 1
Tuple Fields§
§0: u32Implementations§
Source§impl Ctrl1Pn
impl Ctrl1Pn
Sourcepub const fn set_nmatch(&mut self, val: Nmatch)
pub const fn set_nmatch(&mut self, val: Nmatch)
Number of Messages Matching the Same Filtering Criteria
Sourcepub const fn set_wumf_msk(&mut self, val: bool)
pub const fn set_wumf_msk(&mut self, val: bool)
Wake-up by Matching Flag Mask
Sourcepub const fn set_wtof_msk(&mut self, val: bool)
pub const fn set_wtof_msk(&mut self, val: bool)
Wake-up by Timeout Flag Mask
Trait Implementations§
impl Copy for Ctrl1Pn
impl Eq for Ctrl1Pn
impl StructuralPartialEq for Ctrl1Pn
Auto Trait Implementations§
impl Freeze for Ctrl1Pn
impl RefUnwindSafe for Ctrl1Pn
impl Send for Ctrl1Pn
impl Sync for Ctrl1Pn
impl Unpin for Ctrl1Pn
impl UnwindSafe for Ctrl1Pn
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