pub enum RtcHourFormat {
H24,
H12,
}
Variants§
Trait Implementations§
Source§impl Debug for RtcHourFormat
impl Debug for RtcHourFormat
Source§impl PartialEq for RtcHourFormat
impl PartialEq for RtcHourFormat
impl Eq for RtcHourFormat
impl StructuralPartialEq for RtcHourFormat
Auto Trait Implementations§
impl Freeze for RtcHourFormat
impl RefUnwindSafe for RtcHourFormat
impl Send for RtcHourFormat
impl Sync for RtcHourFormat
impl Unpin for RtcHourFormat
impl UnwindSafe for RtcHourFormat
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