Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_PROPID_TO_NAME
[−]Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
propid: u32
pszName: PWSTR
Trait Implementations
impl Clone for WIA_PROPID_TO_NAME
impl Clone for WIA_PROPID_TO_NAME
impl Copy for WIA_PROPID_TO_NAME
Auto Trait Implementations
impl RefUnwindSafe for WIA_PROPID_TO_NAME
impl !Send for WIA_PROPID_TO_NAME
impl !Sync for WIA_PROPID_TO_NAME
impl Unpin for WIA_PROPID_TO_NAME
impl UnwindSafe for WIA_PROPID_TO_NAME
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