Struct windows_sys::Win32::System::Com::StructuredStorage::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,
}
Expand description
Required features: "Win32_System_Com_StructuredStorage"
, "Win32_Foundation"
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
impl Copy for STATPROPSETSTG
Auto Trait Implementations
impl RefUnwindSafe for STATPROPSETSTG
impl Send for STATPROPSETSTG
impl Sync for STATPROPSETSTG
impl Unpin for STATPROPSETSTG
impl UnwindSafe for STATPROPSETSTG
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