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