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