Struct 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
impl Copy 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