#[repr(C)]
pub struct TIME_OF_DAY_INFO { pub tod_elapsedt: u32, pub tod_msecs: u32, pub tod_hours: u32, pub tod_mins: u32, pub tod_secs: u32, pub tod_hunds: u32, pub tod_timezone: i32, pub tod_tinterval: u32, pub tod_day: u32, pub tod_month: u32, pub tod_year: u32, pub tod_weekday: u32, }
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

tod_elapsedt: u32tod_msecs: u32tod_hours: u32tod_mins: u32tod_secs: u32tod_hunds: u32tod_timezone: i32tod_tinterval: u32tod_day: u32tod_month: u32tod_year: u32tod_weekday: u32

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.