#[repr(C)]pub struct tagSTATPROPSETSTG {
pub fmtid: FMTID,
pub clsid: CLSID,
pub grfFlags: DWORD,
pub mtime: FILETIME,
pub ctime: FILETIME,
pub atime: FILETIME,
pub dwOSVersion: DWORD,
}
Fields§
§fmtid: FMTID
§clsid: CLSID
§grfFlags: DWORD
§mtime: FILETIME
§ctime: FILETIME
§atime: FILETIME
§dwOSVersion: DWORD
Trait Implementations§
Source§impl Clone for tagSTATPROPSETSTG
impl Clone for tagSTATPROPSETSTG
Source§fn clone(&self) -> tagSTATPROPSETSTG
fn clone(&self) -> tagSTATPROPSETSTG
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 moreSource§impl Debug for tagSTATPROPSETSTG
impl Debug for tagSTATPROPSETSTG
Source§impl Ord for tagSTATPROPSETSTG
impl Ord for tagSTATPROPSETSTG
Source§fn cmp(&self, other: &tagSTATPROPSETSTG) -> Ordering
fn cmp(&self, other: &tagSTATPROPSETSTG) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSTATPROPSETSTG
impl PartialEq for tagSTATPROPSETSTG
Source§impl PartialOrd for tagSTATPROPSETSTG
impl PartialOrd for tagSTATPROPSETSTG
impl Copy for tagSTATPROPSETSTG
impl Eq for tagSTATPROPSETSTG
impl StructuralPartialEq for tagSTATPROPSETSTG
Auto Trait Implementations§
impl Freeze for tagSTATPROPSETSTG
impl RefUnwindSafe for tagSTATPROPSETSTG
impl Send for tagSTATPROPSETSTG
impl Sync for tagSTATPROPSETSTG
impl Unpin for tagSTATPROPSETSTG
impl UnwindSafe for tagSTATPROPSETSTG
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