Struct WIA_PROPID_TO_NAME
#[repr(C)]pub struct WIA_PROPID_TO_NAME {
pub propid: u32,
pub pszName: PWSTR,
}
Fields§
§propid: u32
§pszName: PWSTR
Trait Implementations§
§impl Clone for WIA_PROPID_TO_NAME
impl Clone for WIA_PROPID_TO_NAME
§fn clone(&self) -> WIA_PROPID_TO_NAME
fn clone(&self) -> WIA_PROPID_TO_NAME
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_PROPID_TO_NAME
impl Debug for WIA_PROPID_TO_NAME
§impl Default for WIA_PROPID_TO_NAME
impl Default for WIA_PROPID_TO_NAME
§impl PartialEq for WIA_PROPID_TO_NAME
impl PartialEq for WIA_PROPID_TO_NAME
impl Copy for WIA_PROPID_TO_NAME
impl StructuralPartialEq for WIA_PROPID_TO_NAME
Auto Trait Implementations§
impl Freeze for WIA_PROPID_TO_NAME
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§
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