Enum stm32_metapac::spi::vals::Ssiop
#[repr(u8)]pub enum Ssiop {
ACTIVELOW = 0,
ACTIVEHIGH = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ssiop
impl Ord for Ssiop
§impl PartialOrd for Ssiop
impl PartialOrd for Ssiop
§fn partial_cmp(&self, other: &Ssiop) -> Option<Ordering>
fn partial_cmp(&self, other: &Ssiop) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ssiop
impl Eq for Ssiop
impl StructuralEq for Ssiop
impl StructuralPartialEq for Ssiop
Auto Trait Implementations§
impl RefUnwindSafe for Ssiop
impl Send for Ssiop
impl Sync for Ssiop
impl Unpin for Ssiop
impl UnwindSafe for Ssiop
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