Struct windows_sys::Win32::System::Search::DATE_STRUCT
[−]Expand description
Required features: "Win32_System_Search"
Fields
year: i16
month: u16
day: u16
Trait Implementations
impl Clone for DATE_STRUCT
impl Clone for DATE_STRUCT
impl Copy for DATE_STRUCT
Auto Trait Implementations
impl RefUnwindSafe for DATE_STRUCT
impl Send for DATE_STRUCT
impl Sync for DATE_STRUCT
impl Unpin for DATE_STRUCT
impl UnwindSafe for DATE_STRUCT
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