Struct win_sys::FileSystem::WIM_ENTRY_INFO [−][src]
#[repr(C)]pub struct WIM_ENTRY_INFO {
pub WimEntryInfoSize: u32,
pub WimType: u32,
pub DataSourceId: i64,
pub WimGuid: GUID,
pub WimPath: PWSTR,
pub WimIndex: u32,
pub Flags: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
WimEntryInfoSize: u32WimType: u32DataSourceId: i64WimGuid: GUIDWimPath: PWSTRWimIndex: u32Flags: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WIM_ENTRY_INFO
impl !Send for WIM_ENTRY_INFO
impl !Sync for WIM_ENTRY_INFO
impl Unpin for WIM_ENTRY_INFO
impl UnwindSafe for WIM_ENTRY_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more