Struct windows_sys::Wdk::System::SystemServices::HAL_CALLBACKS
#[repr(C)]pub struct HAL_CALLBACKS {
pub SetSystemInformation: PCALLBACK_OBJECT,
pub BusCheck: PCALLBACK_OBJECT,
}Expand description
Required features: "Wdk_Foundation"
Fields§
§SetSystemInformation: PCALLBACK_OBJECT§BusCheck: PCALLBACK_OBJECTTrait Implementations§
§impl Clone for HAL_CALLBACKS
impl Clone for HAL_CALLBACKS
impl Copy for HAL_CALLBACKS
Auto Trait Implementations§
impl RefUnwindSafe for HAL_CALLBACKS
impl Send for HAL_CALLBACKS
impl Sync for HAL_CALLBACKS
impl Unpin for HAL_CALLBACKS
impl UnwindSafe for HAL_CALLBACKS
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