Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_DEV_CAP
[−]#[repr(C)]pub struct WIA_DEV_CAP {
pub guid: GUID,
pub ulFlags: u32,
pub bstrName: BSTR,
pub bstrDescription: BSTR,
pub bstrIcon: BSTR,
pub bstrCommandline: BSTR,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
guid: GUID
ulFlags: u32
bstrName: BSTR
bstrDescription: BSTR
bstrIcon: BSTR
bstrCommandline: BSTR
Trait Implementations
impl Clone for WIA_DEV_CAP
impl Clone for WIA_DEV_CAP
impl Copy for WIA_DEV_CAP
Auto Trait Implementations
impl RefUnwindSafe for WIA_DEV_CAP
impl !Send for WIA_DEV_CAP
impl !Sync for WIA_DEV_CAP
impl Unpin for WIA_DEV_CAP
impl UnwindSafe for WIA_DEV_CAP
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