#[repr(C)]pub struct tagSTATSTG {
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§
Source§impl Clone for tagSTATSTG
impl Clone for tagSTATSTG
Source§fn clone(&self) -> tagSTATSTG
fn clone(&self) -> tagSTATSTG
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 moreimpl Copy for tagSTATSTG
Auto Trait Implementations§
impl Freeze for tagSTATSTG
impl RefUnwindSafe for tagSTATSTG
impl !Send for tagSTATSTG
impl !Sync for tagSTATSTG
impl Unpin for tagSTATSTG
impl UnwindSafe for tagSTATSTG
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