Struct ENG_TIME_FIELDS
#[repr(C)]pub struct ENG_TIME_FIELDS {
pub usYear: u16,
pub usMonth: u16,
pub usDay: u16,
pub usHour: u16,
pub usMinute: u16,
pub usSecond: u16,
pub usMilliseconds: u16,
pub usWeekday: u16,
}
Fields§
§usYear: u16
§usMonth: u16
§usDay: u16
§usHour: u16
§usMinute: u16
§usSecond: u16
§usMilliseconds: u16
§usWeekday: u16
Trait Implementations§
§impl Clone for ENG_TIME_FIELDS
impl Clone for ENG_TIME_FIELDS
§fn clone(&self) -> ENG_TIME_FIELDS
fn clone(&self) -> ENG_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 more§impl Debug for ENG_TIME_FIELDS
impl Debug for ENG_TIME_FIELDS
§impl Default for ENG_TIME_FIELDS
impl Default for ENG_TIME_FIELDS
§impl PartialEq for ENG_TIME_FIELDS
impl PartialEq for ENG_TIME_FIELDS
impl Copy for ENG_TIME_FIELDS
impl StructuralPartialEq for ENG_TIME_FIELDS
Auto Trait Implementations§
impl Freeze for ENG_TIME_FIELDS
impl RefUnwindSafe for ENG_TIME_FIELDS
impl Send for ENG_TIME_FIELDS
impl Sync for ENG_TIME_FIELDS
impl Unpin for ENG_TIME_FIELDS
impl UnwindSafe for ENG_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