Struct winapi::objidlbase::STATSTG [] [src]

pub struct STATSTG {
    pub pwcsName: LPOLESTR,
    pub type_: DWORD,
    pub cbSize: ULARGE_INTEGER,
    pub mtime: FILETIME,
    pub ctime: FILETIME,
    pub atime: FILETIME,
    pub grfMode: DWORD,
    pub grfLocksSupported: DWORD,
    pub clsid: CLSID,
    pub grfStateBits: DWORD,
    pub reserved: DWORD,
}

Fields

pwcsName
type_
cbSize
mtime
ctime
atime
grfMode
grfLocksSupported
clsid
grfStateBits
reserved

Trait Implementations

Derived Implementations

impl Debug for STATSTG

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for STATSTG

impl Clone for STATSTG

fn clone(&self) -> STATSTG

fn clone_from(&mut self, source: &Self)