#[repr(transparent)]pub struct Pcnf0(pub u32);
Expand description
Packet configuration 0.
Tuple Fields§
§0: u32
Implementations§
Source§impl Pcnf0
impl Pcnf0
Sourcepub const fn lflen(&self) -> u8
pub const fn lflen(&self) -> u8
Length of length field in number of bits. Decision point: START task.
Sourcepub fn set_lflen(&mut self, val: u8)
pub fn set_lflen(&mut self, val: u8)
Length of length field in number of bits. Decision point: START task.
Sourcepub const fn s0len(&self) -> bool
pub const fn s0len(&self) -> bool
Length of S0 field in number of bytes. Decision point: START task.
Sourcepub fn set_s0len(&mut self, val: bool)
pub fn set_s0len(&mut self, val: bool)
Length of S0 field in number of bytes. Decision point: START task.
Trait Implementations§
impl Copy for Pcnf0
impl Eq for Pcnf0
impl StructuralPartialEq for Pcnf0
Auto Trait Implementations§
impl Freeze for Pcnf0
impl RefUnwindSafe for Pcnf0
impl Send for Pcnf0
impl Sync for Pcnf0
impl Unpin for Pcnf0
impl UnwindSafe for Pcnf0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)