Struct STATPROPSETSTG
#[repr(C)]pub struct STATPROPSETSTG {
pub fmtid: GUID,
pub clsid: GUID,
pub grfFlags: u32,
pub mtime: FILETIME,
pub ctime: FILETIME,
pub atime: FILETIME,
pub dwOSVersion: u32,
}
Fields§
§fmtid: GUID
§clsid: GUID
§grfFlags: u32
§mtime: FILETIME
§ctime: FILETIME
§atime: FILETIME
§dwOSVersion: u32
Trait Implementations§
§impl Clone for STATPROPSETSTG
impl Clone for STATPROPSETSTG
§fn clone(&self) -> STATPROPSETSTG
fn clone(&self) -> STATPROPSETSTG
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for STATPROPSETSTG
Auto Trait Implementations§
impl Freeze for STATPROPSETSTG
impl RefUnwindSafe for STATPROPSETSTG
impl Send for STATPROPSETSTG
impl Sync for STATPROPSETSTG
impl Unpin for STATPROPSETSTG
impl UnwindSafe for STATPROPSETSTG
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