Struct windows_sys::Wdk::System::SystemServices::HAL_DISPATCH
#[repr(C)]pub struct HAL_DISPATCH {Show 24 fields
pub Version: u32,
pub HalQuerySystemInformation: pHalQuerySystemInformation,
pub HalSetSystemInformation: pHalSetSystemInformation,
pub HalQueryBusSlots: pHalQueryBusSlots,
pub Spare1: u32,
pub HalExamineMBR: pHalExamineMBR,
pub HalIoReadPartitionTable: pHalIoReadPartitionTable,
pub HalIoSetPartitionInformation: pHalIoSetPartitionInformation,
pub HalIoWritePartitionTable: pHalIoWritePartitionTable,
pub HalReferenceHandlerForBus: pHalHandlerForBus,
pub HalReferenceBusHandler: pHalReferenceBusHandler,
pub HalDereferenceBusHandler: pHalReferenceBusHandler,
pub HalInitPnpDriver: pHalInitPnpDriver,
pub HalInitPowerManagement: pHalInitPowerManagement,
pub HalGetDmaAdapter: pHalGetDmaAdapter,
pub HalGetInterruptTranslator: pHalGetInterruptTranslator,
pub HalStartMirroring: pHalStartMirroring,
pub HalEndMirroring: pHalEndMirroring,
pub HalMirrorPhysicalMemory: pHalMirrorPhysicalMemory,
pub HalEndOfBoot: pHalEndOfBoot,
pub HalMirrorVerify: pHalMirrorVerify,
pub HalGetCachedAcpiTable: pHalGetAcpiTable,
pub HalSetPciErrorHandlerCallback: pHalSetPciErrorHandlerCallback,
pub HalGetPrmCache: pHalGetPrmCache,
}Expand description
Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"
Fields§
§Version: u32§HalQuerySystemInformation: pHalQuerySystemInformation§HalSetSystemInformation: pHalSetSystemInformation§HalQueryBusSlots: pHalQueryBusSlots§Spare1: u32§HalExamineMBR: pHalExamineMBR§HalIoReadPartitionTable: pHalIoReadPartitionTable§HalIoSetPartitionInformation: pHalIoSetPartitionInformation§HalIoWritePartitionTable: pHalIoWritePartitionTable§HalReferenceHandlerForBus: pHalHandlerForBus§HalReferenceBusHandler: pHalReferenceBusHandler§HalDereferenceBusHandler: pHalReferenceBusHandler§HalInitPnpDriver: pHalInitPnpDriver§HalInitPowerManagement: pHalInitPowerManagement§HalGetDmaAdapter: pHalGetDmaAdapter§HalGetInterruptTranslator: pHalGetInterruptTranslator§HalStartMirroring: pHalStartMirroring§HalEndMirroring: pHalEndMirroring§HalMirrorPhysicalMemory: pHalMirrorPhysicalMemory§HalEndOfBoot: pHalEndOfBoot§HalMirrorVerify: pHalMirrorVerify§HalGetCachedAcpiTable: pHalGetAcpiTable§HalSetPciErrorHandlerCallback: pHalSetPciErrorHandlerCallback§HalGetPrmCache: pHalGetPrmCacheTrait Implementations§
§impl Clone for HAL_DISPATCH
impl Clone for HAL_DISPATCH
impl Copy for HAL_DISPATCH
Auto Trait Implementations§
impl RefUnwindSafe for HAL_DISPATCH
impl Send for HAL_DISPATCH
impl Sync for HAL_DISPATCH
impl Unpin for HAL_DISPATCH
impl UnwindSafe for HAL_DISPATCH
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