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
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