Struct windows_sys::Win32::System::Search::DATE_STRUCT
#[repr(C)]pub struct DATE_STRUCT {
pub year: i16,
pub month: u16,
pub day: u16,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more