Struct windows::Wdk::System::SystemServices::PNP_REPLACE_DRIVER_INTERFACE
#[repr(C)]pub struct PNP_REPLACE_DRIVER_INTERFACE {Show 13 fields
pub Size: u32,
pub Version: u32,
pub Flags: u32,
pub Unload: PREPLACE_UNLOAD,
pub BeginReplace: PREPLACE_BEGIN,
pub EndReplace: PREPLACE_END,
pub MirrorPhysicalMemory: PREPLACE_MIRROR_PHYSICAL_MEMORY,
pub SetProcessorId: PREPLACE_SET_PROCESSOR_ID,
pub Swap: PREPLACE_SWAP,
pub InitiateHardwareMirror: PREPLACE_INITIATE_HARDWARE_MIRROR,
pub MirrorPlatformMemory: PREPLACE_MIRROR_PLATFORM_MEMORY,
pub GetMemoryDestination: PREPLACE_GET_MEMORY_DESTINATION,
pub EnableDisableHardwareQuiesce: PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE,
}
Fields§
§Size: u32
§Version: u32
§Flags: u32
§Unload: PREPLACE_UNLOAD
§BeginReplace: PREPLACE_BEGIN
§EndReplace: PREPLACE_END
§MirrorPhysicalMemory: PREPLACE_MIRROR_PHYSICAL_MEMORY
§SetProcessorId: PREPLACE_SET_PROCESSOR_ID
§Swap: PREPLACE_SWAP
§InitiateHardwareMirror: PREPLACE_INITIATE_HARDWARE_MIRROR
§MirrorPlatformMemory: PREPLACE_MIRROR_PLATFORM_MEMORY
§GetMemoryDestination: PREPLACE_GET_MEMORY_DESTINATION
§EnableDisableHardwareQuiesce: PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE
Trait Implementations§
§impl Clone for PNP_REPLACE_DRIVER_INTERFACE
impl Clone for PNP_REPLACE_DRIVER_INTERFACE
§fn clone(&self) -> PNP_REPLACE_DRIVER_INTERFACE
fn clone(&self) -> PNP_REPLACE_DRIVER_INTERFACE
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 more§impl Debug for PNP_REPLACE_DRIVER_INTERFACE
impl Debug for PNP_REPLACE_DRIVER_INTERFACE
§impl Default for PNP_REPLACE_DRIVER_INTERFACE
impl Default for PNP_REPLACE_DRIVER_INTERFACE
impl Copy for PNP_REPLACE_DRIVER_INTERFACE
Auto Trait Implementations§
impl Freeze for PNP_REPLACE_DRIVER_INTERFACE
impl RefUnwindSafe for PNP_REPLACE_DRIVER_INTERFACE
impl Send for PNP_REPLACE_DRIVER_INTERFACE
impl Sync for PNP_REPLACE_DRIVER_INTERFACE
impl Unpin for PNP_REPLACE_DRIVER_INTERFACE
impl UnwindSafe for PNP_REPLACE_DRIVER_INTERFACE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)