pub struct TxdmaenR { /* private fields */ }
Expand description
Value of the field TXDMAEN
Implementations§
Auto Trait Implementations§
impl Freeze for TxdmaenR
impl RefUnwindSafe for TxdmaenR
impl Send for TxdmaenR
impl Sync for TxdmaenR
impl Unpin for TxdmaenR
impl UnwindSafe for TxdmaenR
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