pub struct OTG_HS_HCSPLT6 { /* private fields */ }
Expand description
OTG_HS host channel-6 split control register
Implementations§
Source§impl OTG_HS_HCSPLT6
impl OTG_HS_HCSPLT6
Auto Trait Implementations§
impl !Freeze for OTG_HS_HCSPLT6
impl !RefUnwindSafe for OTG_HS_HCSPLT6
impl Send for OTG_HS_HCSPLT6
impl !Sync for OTG_HS_HCSPLT6
impl Unpin for OTG_HS_HCSPLT6
impl UnwindSafe for OTG_HS_HCSPLT6
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