#[repr(C)]pub struct _WIM_PROVIDER_OVERLAY_ENTRY {
pub NextEntryOffset: DWORD,
pub DataSourceId: LARGE_INTEGER,
pub WimGuid: GUID,
pub WimFileNameOffset: DWORD,
pub WimType: DWORD,
pub WimIndex: DWORD,
pub Flags: DWORD,
}
Fields§
§NextEntryOffset: DWORD
§DataSourceId: LARGE_INTEGER
§WimGuid: GUID
§WimFileNameOffset: DWORD
§WimType: DWORD
§WimIndex: DWORD
§Flags: DWORD
Trait Implementations§
Source§impl Clone for _WIM_PROVIDER_OVERLAY_ENTRY
impl Clone for _WIM_PROVIDER_OVERLAY_ENTRY
Source§fn clone(&self) -> _WIM_PROVIDER_OVERLAY_ENTRY
fn clone(&self) -> _WIM_PROVIDER_OVERLAY_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _WIM_PROVIDER_OVERLAY_ENTRY
Auto Trait Implementations§
impl Freeze for _WIM_PROVIDER_OVERLAY_ENTRY
impl RefUnwindSafe for _WIM_PROVIDER_OVERLAY_ENTRY
impl Send for _WIM_PROVIDER_OVERLAY_ENTRY
impl Sync for _WIM_PROVIDER_OVERLAY_ENTRY
impl Unpin for _WIM_PROVIDER_OVERLAY_ENTRY
impl UnwindSafe for _WIM_PROVIDER_OVERLAY_ENTRY
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