pub struct DLYB_OCTOSPI1 { /* private fields */ }Expand description
DLYB_OCTOSPI1 peripheral
Implementations§
Trait Implementations§
Source§impl Clone for DLYB_OCTOSPI1
impl Clone for DLYB_OCTOSPI1
Source§impl Debug for DLYB_OCTOSPI1
impl Debug for DLYB_OCTOSPI1
Source§impl Format for DLYB_OCTOSPI1
impl Format for DLYB_OCTOSPI1
impl Copy for DLYB_OCTOSPI1
impl PeripheralType for DLYB_OCTOSPI1
Auto Trait Implementations§
impl Freeze for DLYB_OCTOSPI1
impl RefUnwindSafe for DLYB_OCTOSPI1
impl Send for DLYB_OCTOSPI1
impl Sync for DLYB_OCTOSPI1
impl Unpin for DLYB_OCTOSPI1
impl UnwindSafe for DLYB_OCTOSPI1
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