Struct windows::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,
}
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
§fn clone(&self) -> WIA_DEV_CAP_DRV
fn clone(&self) -> WIA_DEV_CAP_DRV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WIA_DEV_CAP_DRV
impl Debug for WIA_DEV_CAP_DRV
§impl Default for WIA_DEV_CAP_DRV
impl Default for WIA_DEV_CAP_DRV
§impl PartialEq for WIA_DEV_CAP_DRV
impl PartialEq for WIA_DEV_CAP_DRV
§fn eq(&self, other: &WIA_DEV_CAP_DRV) -> bool
fn eq(&self, other: &WIA_DEV_CAP_DRV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WIA_DEV_CAP_DRV
impl Eq for WIA_DEV_CAP_DRV
impl StructuralPartialEq for WIA_DEV_CAP_DRV
Auto Trait Implementations§
impl Freeze for WIA_DEV_CAP_DRV
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)