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