#[repr(C)]pub struct SCM_PD_HEALTH_NOTIFICATION_DATA {
pub DeviceGuid: GUID,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
DeviceGuid: GUID
Trait Implementations
impl Clone for SCM_PD_HEALTH_NOTIFICATION_DATA
impl Clone for SCM_PD_HEALTH_NOTIFICATION_DATA
impl Copy for SCM_PD_HEALTH_NOTIFICATION_DATA
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_HEALTH_NOTIFICATION_DATA
impl Send for SCM_PD_HEALTH_NOTIFICATION_DATA
impl Sync for SCM_PD_HEALTH_NOTIFICATION_DATA
impl Unpin for SCM_PD_HEALTH_NOTIFICATION_DATA
impl UnwindSafe for SCM_PD_HEALTH_NOTIFICATION_DATA
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