pub struct NPBLB_R(/* private fields */);
Expand description
Field NPBLB
reader - Number of padding bytes in last block of payload
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NPBLB_R
impl RefUnwindSafe for NPBLB_R
impl Send for NPBLB_R
impl Sync for NPBLB_R
impl Unpin for NPBLB_R
impl UnwindSafe for NPBLB_R
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