Struct embedded_c_sdk_bind_hal::usart::UsartInner
source · pub struct UsartInner { /* private fields */ }
Auto Trait Implementations§
impl !Freeze for UsartInner
impl RefUnwindSafe for UsartInner
impl Send for UsartInner
impl Sync for UsartInner
impl Unpin for UsartInner
impl UnwindSafe for UsartInner
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