Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_DEV_CAP_DRV
[−]#[repr(C)]pub struct WIA_DEV_CAP_DRV {
pub guid: *mut GUID,
pub ulFlags: u32,
pub wszName: PWSTR,
pub wszDescription: PWSTR,
pub wszIcon: PWSTR,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
guid: *mut GUID
ulFlags: u32
wszName: PWSTR
wszDescription: PWSTR
wszIcon: PWSTR
Trait Implementations
impl Clone for WIA_DEV_CAP_DRV
impl Clone for WIA_DEV_CAP_DRV
impl Copy for WIA_DEV_CAP_DRV
Auto Trait Implementations
impl RefUnwindSafe for WIA_DEV_CAP_DRV
impl !Send for WIA_DEV_CAP_DRV
impl !Sync for WIA_DEV_CAP_DRV
impl Unpin for WIA_DEV_CAP_DRV
impl UnwindSafe for WIA_DEV_CAP_DRV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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