#[repr(C)]
pub struct STI_WIA_DEVICE_INFORMATIONW { pub dwSize: u32, pub DeviceType: u32, pub szDeviceInternalName: [u16; 128], pub DeviceCapabilitiesA: STI_DEV_CAPS, pub dwHardwareConfiguration: u32, pub pszVendorDescription: PWSTR, pub pszDeviceDescription: PWSTR, pub pszPortName: PWSTR, pub pszPropProvider: PWSTR, pub pszLocalName: PWSTR, pub pszUiDll: PWSTR, pub pszServer: PWSTR, }
Expand description

Required features: "Win32_Devices_Fax"

Fields

dwSize: u32DeviceType: u32szDeviceInternalName: [u16; 128]DeviceCapabilitiesA: STI_DEV_CAPSdwHardwareConfiguration: u32pszVendorDescription: PWSTRpszDeviceDescription: PWSTRpszPortName: PWSTRpszPropProvider: PWSTRpszLocalName: PWSTRpszUiDll: PWSTRpszServer: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.