#[repr(transparent)]pub struct HourFormat(pub i32);
Expand description
Required features: "Globalization_DateTimeFormatting"
Tuple Fields
0: i32
Implementations
impl HourFormat
impl HourFormat
Trait Implementations
impl Clone for HourFormat
impl Clone for HourFormat
impl Copy for HourFormat
Auto Trait Implementations
impl RefUnwindSafe for HourFormat
impl Send for HourFormat
impl Sync for HourFormat
impl Unpin for HourFormat
impl UnwindSafe for HourFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more