Struct vc6_sys::tagSTATPROPSETSTG
source · #[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 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
impl Copy for tagSTATPROPSETSTG
Auto Trait Implementations§
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