#[repr(C)]pub struct DEV_QUERY_RESULT_ACTION_DATA {
pub Action: DEV_QUERY_RESULT_ACTION,
pub Data: DEV_QUERY_RESULT_ACTION_DATA_0,
}
Expand description
Required features: ‘Win32_Devices_DeviceQuery’, ‘Win32_Devices_Properties’
Fields
Action: DEV_QUERY_RESULT_ACTION
Data: DEV_QUERY_RESULT_ACTION_DATA_0
Trait Implementations
impl Clone for DEV_QUERY_RESULT_ACTION_DATA
impl Clone for DEV_QUERY_RESULT_ACTION_DATA
impl Copy for DEV_QUERY_RESULT_ACTION_DATA
Auto Trait Implementations
impl RefUnwindSafe for DEV_QUERY_RESULT_ACTION_DATA
impl !Send for DEV_QUERY_RESULT_ACTION_DATA
impl !Sync for DEV_QUERY_RESULT_ACTION_DATA
impl Unpin for DEV_QUERY_RESULT_ACTION_DATA
impl UnwindSafe for DEV_QUERY_RESULT_ACTION_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more