Struct windows::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,
}
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 more§impl Debug for STATPROPSETSTG
impl Debug for STATPROPSETSTG
§impl Default for STATPROPSETSTG
impl Default for STATPROPSETSTG
§impl PartialEq for STATPROPSETSTG
impl PartialEq for STATPROPSETSTG
§fn eq(&self, other: &STATPROPSETSTG) -> bool
fn eq(&self, other: &STATPROPSETSTG) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STATPROPSETSTG
impl Eq for STATPROPSETSTG
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)