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