Struct webview2_com::Windows::Win32::Storage::StructuredStorage::STATSTG [−][src]
#[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,
}Fields
pwcsName: PWSTRtype: u32cbSize: u64mtime: FILETIMEctime: FILETIMEatime: FILETIMEgrfMode: u32grfLocksSupported: u32clsid: GuidgrfStateBits: u32reserved: u32Trait Implementations
type DefaultType = STATSTG
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for STATSTG
impl UnwindSafe for STATSTG
Blanket Implementations
Mutably borrows from an owned value. Read more