pub struct Enabled<Word>(/* private fields */);Expand description
Indicates that the SPI peripheral is enabled
The Word type parameter indicates which word size the peripheral is
configured for.
Auto Trait Implementations§
impl<Word> Freeze for Enabled<Word>
impl<Word> RefUnwindSafe for Enabled<Word>where
Word: RefUnwindSafe,
impl<Word> Send for Enabled<Word>where
Word: Send,
impl<Word> Sync for Enabled<Word>where
Word: Sync,
impl<Word> Unpin for Enabled<Word>where
Word: Unpin,
impl<Word> UnwindSafe for Enabled<Word>where
Word: UnwindSafe,
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