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