pub struct SpiCkoutMode;Expand description
SPI input, clock derived from CKOUT (SPICKSEL = 1..3).
Trait Implementations§
impl ChannelMode for SpiCkoutMode
impl SerialMode for SpiCkoutMode
Auto Trait Implementations§
impl Freeze for SpiCkoutMode
impl RefUnwindSafe for SpiCkoutMode
impl Send for SpiCkoutMode
impl Sync for SpiCkoutMode
impl Unpin for SpiCkoutMode
impl UnsafeUnpin for SpiCkoutMode
impl UnwindSafe for SpiCkoutMode
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