Struct win_sys::SystemServices::DEV_BROADCAST_HANDLE [−][src]
#[repr(C)]pub struct DEV_BROADCAST_HANDLE {
pub dbch_size: u32,
pub dbch_devicetype: u32,
pub dbch_reserved: u32,
pub dbch_handle: HANDLE,
pub dbch_hdevnotify: *mut c_void,
pub dbch_eventguid: GUID,
pub dbch_nameoffset: i32,
pub dbch_data: [u8; 1],
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
dbch_size: u32dbch_devicetype: u32dbch_reserved: u32dbch_handle: HANDLEdbch_hdevnotify: *mut c_voiddbch_eventguid: GUIDdbch_nameoffset: i32dbch_data: [u8; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_HANDLE
impl !Send for DEV_BROADCAST_HANDLE
impl !Sync for DEV_BROADCAST_HANDLE
impl Unpin for DEV_BROADCAST_HANDLE
impl UnwindSafe for DEV_BROADCAST_HANDLE
Blanket Implementations
Mutably borrows from an owned value. Read more