pub enum FMT {
TwentyFourHour = 0,
AmPm = 1,
}
Expand description
Hour format
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FMT
impl Eq for FMT
impl StructuralPartialEq for FMT
Auto Trait Implementations§
impl Freeze for FMT
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