#[repr(C)]
pub union DEV_QUERY_RESULT_ACTION_DATA_0 {
pub State: DEV_QUERY_STATE,
pub DeviceObject: DEV_OBJECT,
}
Expand description
Required features: "Win32_Devices_DeviceQuery"
, "Win32_Devices_Properties"
Fields
State: DEV_QUERY_STATE
DeviceObject: DEV_OBJECT
Trait Implementations
impl Clone for DEV_QUERY_RESULT_ACTION_DATA_0
impl Clone for DEV_QUERY_RESULT_ACTION_DATA_0
impl Copy for DEV_QUERY_RESULT_ACTION_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for DEV_QUERY_RESULT_ACTION_DATA_0
impl !Send for DEV_QUERY_RESULT_ACTION_DATA_0
impl !Sync for DEV_QUERY_RESULT_ACTION_DATA_0
impl Unpin for DEV_QUERY_RESULT_ACTION_DATA_0
impl UnwindSafe for DEV_QUERY_RESULT_ACTION_DATA_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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