Struct windows_sys::Win32::System::Com::STATSTG
#[repr(C)]pub struct STATSTG {
pub pwcsName: PWSTR,
pub type: u32,
pub cbSize: u64,
pub mtime: FILETIME,
pub ctime: FILETIME,
pub atime: FILETIME,
pub grfMode: STGM,
pub grfLocksSupported: u32,
pub clsid: GUID,
pub grfStateBits: u32,
pub reserved: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§pwcsName: PWSTR§type: u32§cbSize: u64§mtime: FILETIME§ctime: FILETIME§atime: FILETIME§grfMode: STGM§grfLocksSupported: u32§clsid: GUID§grfStateBits: u32§reserved: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for STATSTG
impl !Send for STATSTG
impl !Sync for STATSTG
impl Unpin for STATSTG
impl UnwindSafe for STATSTG
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