Struct windows_sys::Win32::Devices::DeviceQuery::HDEVQUERY__
[−]#[repr(C)]pub struct HDEVQUERY__ {
pub unused: i32,
}
Expand description
Required features: ‘Win32_Devices_DeviceQuery’
Fields
unused: i32
Trait Implementations
impl Clone for HDEVQUERY__
impl Clone for HDEVQUERY__
impl Copy for HDEVQUERY__
Auto Trait Implementations
impl RefUnwindSafe for HDEVQUERY__
impl Send for HDEVQUERY__
impl Sync for HDEVQUERY__
impl Unpin for HDEVQUERY__
impl UnwindSafe for HDEVQUERY__
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