pub struct DL_R(/* private fields */);Expand description
Field DL reader - Data length
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DL_R
impl RefUnwindSafe for DL_R
impl Send for DL_R
impl Sync for DL_R
impl Unpin for DL_R
impl UnwindSafe for DL_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