Struct stm32_metapac::otg::regs::Hcint
#[repr(transparent)]pub struct Hcint(pub u32);
Expand description
Host channel interrupt register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Hcint
impl Eq for Hcint
impl StructuralEq for Hcint
impl StructuralPartialEq for Hcint
Auto Trait Implementations§
impl RefUnwindSafe for Hcint
impl Send for Hcint
impl Sync for Hcint
impl Unpin for Hcint
impl UnwindSafe for Hcint
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