pub struct Spi0<'d> { /* private fields */ }Expand description
Peripheral singleton for Spi0
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Spi0<'d>
impl<'d> RefUnwindSafe for Spi0<'d>
impl<'d> Sync for Spi0<'d>
impl<'d> Unpin for Spi0<'d>
impl<'d> UnsafeUnpin for Spi0<'d>
impl<'d> UnwindSafe for Spi0<'d>
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