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