Enum stm32_metapac::sai::vals::Fspol
#[repr(u8)]pub enum Fspol {
FALLINGEDGE = 0,
RISINGEDGE = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Fspol
impl Ord for Fspol
§impl PartialOrd for Fspol
impl PartialOrd for Fspol
§fn partial_cmp(&self, other: &Fspol) -> Option<Ordering>
fn partial_cmp(&self, other: &Fspol) -> 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 Fspol
impl Eq for Fspol
impl StructuralEq for Fspol
impl StructuralPartialEq for Fspol
Auto Trait Implementations§
impl RefUnwindSafe for Fspol
impl Send for Fspol
impl Sync for Fspol
impl Unpin for Fspol
impl UnwindSafe for Fspol
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