#[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: u32,
pub grfLocksSupported: u32,
pub clsid: GUID,
pub grfStateBits: u32,
pub reserved: u32,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Foundation"
Fields
pwcsName: PWSTR
type: u32
cbSize: u64
mtime: FILETIME
ctime: FILETIME
atime: FILETIME
grfMode: u32
grfLocksSupported: u32
clsid: GUID
grfStateBits: u32
reserved: u32
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more