Struct windows_sys::Win32::Storage::FileSystem::WIM_ENTRY_INFO
[−]#[repr(C)]pub struct WIM_ENTRY_INFO {
pub WimEntryInfoSize: u32,
pub WimType: u32,
pub DataSourceId: i64,
pub WimGuid: GUID,
pub WimPath: PCWSTR,
pub WimIndex: u32,
pub Flags: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
WimEntryInfoSize: u32
WimType: u32
DataSourceId: i64
WimGuid: GUID
WimPath: PCWSTR
WimIndex: u32
Flags: u32
Trait Implementations
impl Clone for WIM_ENTRY_INFO
impl Clone for WIM_ENTRY_INFO
impl Copy for WIM_ENTRY_INFO
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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