#[repr(C)]pub struct UDATE {
pub st: SYSTEMTIME,
pub wDayOfYear: u16,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
Fields
st: SYSTEMTIME
wDayOfYear: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UDATE
impl Send for UDATE
impl Sync for UDATE
impl Unpin for UDATE
impl UnwindSafe for UDATE
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