pub struct BirthTime {
pub hour: i32,
pub minute: i32,
pub second: f64,
}Expand description
Time-of-day info in UTC.
Fields§
§hour: i32§minute: i32§second: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BirthTime
impl RefUnwindSafe for BirthTime
impl Send for BirthTime
impl Sync for BirthTime
impl Unpin for BirthTime
impl UnwindSafe for BirthTime
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