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