#[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: DWORDTrait Implementations§
Source§impl Clone for tagSTATPROPSETSTG
impl Clone for tagSTATPROPSETSTG
Source§fn clone(&self) -> tagSTATPROPSETSTG
fn clone(&self) -> tagSTATPROPSETSTG
Returns a duplicate 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
impl Copy 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