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