#[repr(C)]pub struct DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS {
pub Callback: PDEVICE_NOTIFY_CALLBACK_ROUTINE,
pub Context: *mut c_void,
}
Expand description
Required features: "Win32_System_Power"
Fields
Callback: PDEVICE_NOTIFY_CALLBACK_ROUTINE
Context: *mut c_void
Trait Implementations
impl Clone for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl Clone for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl Copy for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl !Send for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl !Sync for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl Unpin for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
impl UnwindSafe for DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more