#[repr(C)]
pub struct WSD_DATETIME { pub isPositive: BOOL, pub year: u32, pub month: u8, pub day: u8, pub hour: u8, pub minute: u8, pub second: u8, pub millisecond: u32, pub TZIsLocal: BOOL, pub TZIsPositive: BOOL, pub TZHour: u8, pub TZMinute: u8, }
Expand description

Required features: "Win32_Devices_WebServicesOnDevices", "Win32_Foundation"

Fields§

§isPositive: BOOL§year: u32§month: u8§day: u8§hour: u8§minute: u8§second: u8§millisecond: u32§TZIsLocal: BOOL§TZIsPositive: BOOL§TZHour: u8§TZMinute: u8

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.