#[repr(C)]pub struct Huart {
pub instance: u32,
}Fields§
§instance: u32Auto Trait Implementations§
impl Freeze for Huart
impl RefUnwindSafe for Huart
impl Send for Huart
impl Sync for Huart
impl Unpin for Huart
impl UnwindSafe for Huart
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