Struct DSIHOST
pub struct DSIHOST { /* private fields */ }
Expand description
DSIHOST peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for DSIHOST
impl Peripheral for DSIHOST
impl Instance for DSIHOST
impl RccPeripheral for DSIHOST
Auto Trait Implementations§
impl Freeze for DSIHOST
impl RefUnwindSafe for DSIHOST
impl Send for DSIHOST
impl Sync for DSIHOST
impl Unpin for DSIHOST
impl UnwindSafe for DSIHOST
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