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,
}
Fields§
§pwcsName: PWSTR
§type: u32
§cbSize: u64
§mtime: FILETIME
§ctime: FILETIME
§atime: FILETIME
§grfMode: STGM
§grfLocksSupported: u32
§clsid: GUID
§grfStateBits: u32
§reserved: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STATSTG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)