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