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: LPOLESTR type_: DWORD cbSize: ULARGE_INTEGER mtime: FILETIME ctime: FILETIME atime: FILETIME grfMode: DWORD grfLocksSupported: DWORD clsid: CLSID grfStateBits: DWORD reserved: DWORD

Trait Implementations

impl Debug for STATSTG
[src]

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

Formats the value using the given formatter.

impl Copy for STATSTG
[src]

impl Clone for STATSTG
[src]

fn clone(&self) -> STATSTG

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more