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