Struct windows_sys::Win32::System::DeploymentServices::PXE_PROVIDER
#[repr(C)]pub struct PXE_PROVIDER {
pub uSizeOfStruct: u32,
pub pwszName: PWSTR,
pub pwszFilePath: PWSTR,
pub bIsCritical: BOOL,
pub uIndex: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§uSizeOfStruct: u32
§pwszName: PWSTR
§pwszFilePath: PWSTR
§bIsCritical: BOOL
§uIndex: u32
Trait Implementations§
§impl Clone for PXE_PROVIDER
impl Clone for PXE_PROVIDER
impl Copy for PXE_PROVIDER
Auto Trait Implementations§
impl RefUnwindSafe for PXE_PROVIDER
impl !Send for PXE_PROVIDER
impl !Sync for PXE_PROVIDER
impl Unpin for PXE_PROVIDER
impl UnwindSafe for PXE_PROVIDER
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