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