#[repr(C)]pub struct TIME_FIELDS {
pub Year: CSHORT,
pub Month: CSHORT,
pub Day: CSHORT,
pub Hour: CSHORT,
pub Minute: CSHORT,
pub Second: CSHORT,
pub Milliseconds: CSHORT,
pub Weekday: CSHORT,
}
Fields§
§Year: CSHORT
§Month: CSHORT
§Day: CSHORT
§Hour: CSHORT
§Minute: CSHORT
§Second: CSHORT
§Milliseconds: CSHORT
§Weekday: CSHORT
Trait Implementations§
Source§impl Clone for TIME_FIELDS
impl Clone for TIME_FIELDS
Source§fn clone(&self) -> TIME_FIELDS
fn clone(&self) -> TIME_FIELDS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TIME_FIELDS
Auto Trait Implementations§
impl Freeze for TIME_FIELDS
impl RefUnwindSafe for TIME_FIELDS
impl Send for TIME_FIELDS
impl Sync for TIME_FIELDS
impl Unpin for TIME_FIELDS
impl UnwindSafe for TIME_FIELDS
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