pub struct TDAR { /* private fields */ }Expand description
Transmit Descriptor Active Register
Implementations§
Auto Trait Implementations§
impl !Freeze for TDAR
impl !RefUnwindSafe for TDAR
impl Send for TDAR
impl !Sync for TDAR
impl Unpin for TDAR
impl UnwindSafe for TDAR
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