#[repr(C)]pub struct CFGregorianDate {
pub year: SInt32,
pub month: SInt8,
pub day: SInt8,
pub hour: SInt8,
pub minute: SInt8,
pub second: f64,
}Fields§
§year: SInt32§month: SInt8§day: SInt8§hour: SInt8§minute: SInt8§second: f64Trait Implementations§
Source§impl Clone for CFGregorianDate
impl Clone for CFGregorianDate
Source§fn clone(&self) -> CFGregorianDate
fn clone(&self) -> CFGregorianDate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CFGregorianDate
impl Debug for CFGregorianDate
impl Copy for CFGregorianDate
Auto Trait Implementations§
impl Freeze for CFGregorianDate
impl RefUnwindSafe for CFGregorianDate
impl Send for CFGregorianDate
impl Sync for CFGregorianDate
impl Unpin for CFGregorianDate
impl UnsafeUnpin for CFGregorianDate
impl UnwindSafe for CFGregorianDate
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