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