#[repr(C)]pub struct DEVICE_INTERFACE_CHANGE_NOTIFICATION {
pub Version: u16,
pub Size: u16,
pub Event: GUID,
pub InterfaceClassGuid: GUID,
pub SymbolicLinkName: *mut UNICODE_STRING,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u16
§Size: u16
§Event: GUID
§InterfaceClassGuid: GUID
§SymbolicLinkName: *mut UNICODE_STRING
Trait Implementations§
impl Copy for DEVICE_INTERFACE_CHANGE_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_INTERFACE_CHANGE_NOTIFICATION
impl !Send for DEVICE_INTERFACE_CHANGE_NOTIFICATION
impl !Sync for DEVICE_INTERFACE_CHANGE_NOTIFICATION
impl Unpin for DEVICE_INTERFACE_CHANGE_NOTIFICATION
impl UnwindSafe for DEVICE_INTERFACE_CHANGE_NOTIFICATION
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