Struct win_sys::SystemServices::DISK_HEALTH_NOTIFICATION_DATA [−][src]
#[repr(C)]pub struct DISK_HEALTH_NOTIFICATION_DATA {
pub DeviceGuid: GUID,
}Expand description
Required features: Win32_System_SystemServices
Fields
DeviceGuid: GUIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for DISK_HEALTH_NOTIFICATION_DATA
impl Sync for DISK_HEALTH_NOTIFICATION_DATA
impl Unpin for DISK_HEALTH_NOTIFICATION_DATA
impl UnwindSafe for DISK_HEALTH_NOTIFICATION_DATA
Blanket Implementations
Mutably borrows from an owned value. Read more