pub struct DATLEN_R(/* private fields */);Expand description
Field DATLEN reader - Data length to be transferred
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DATLEN_R
impl RefUnwindSafe for DATLEN_R
impl Send for DATLEN_R
impl Sync for DATLEN_R
impl Unpin for DATLEN_R
impl UnwindSafe for DATLEN_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