#[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: u32
tod_msecs: u32
tod_hours: u32
tod_mins: u32
tod_secs: u32
tod_hunds: u32
tod_timezone: i32
tod_tinterval: u32
tod_day: u32
tod_month: u32
tod_year: u32
tod_weekday: u32
Trait Implementations
impl Clone for TIME_OF_DAY_INFO
impl Clone for TIME_OF_DAY_INFO
impl Copy for TIME_OF_DAY_INFO
Auto Trait Implementations
impl RefUnwindSafe for TIME_OF_DAY_INFO
impl Send for TIME_OF_DAY_INFO
impl Sync for TIME_OF_DAY_INFO
impl Unpin for TIME_OF_DAY_INFO
impl UnwindSafe for TIME_OF_DAY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more