Enum stm32_metapac::spi::vals::Ssom
#[repr(u8)]pub enum Ssom {
ASSERTED = 0,
NOTASSERTED = 1,
}
Variants§
ASSERTED = 0
SS is asserted until data transfer complete
NOTASSERTED = 1
Data frames interleaved with SS not asserted during MIDI
Implementations§
Trait Implementations§
§impl Ord for Ssom
impl Ord for Ssom
§impl PartialOrd for Ssom
impl PartialOrd for Ssom
impl Copy for Ssom
impl Eq for Ssom
impl StructuralPartialEq for Ssom
Auto Trait Implementations§
impl Freeze for Ssom
impl RefUnwindSafe for Ssom
impl Send for Ssom
impl Sync for Ssom
impl Unpin for Ssom
impl UnwindSafe for Ssom
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)