Struct WIA_PROPERTY_CONTEXT
#[repr(C)]pub struct WIA_PROPERTY_CONTEXT {
pub cProps: u32,
pub pProps: *mut u32,
pub pChanged: *mut BOOL,
}
Fields§
§cProps: u32
§pProps: *mut u32
§pChanged: *mut BOOL
Trait Implementations§
§impl Clone for WIA_PROPERTY_CONTEXT
impl Clone for WIA_PROPERTY_CONTEXT
§fn clone(&self) -> WIA_PROPERTY_CONTEXT
fn clone(&self) -> WIA_PROPERTY_CONTEXT
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_PROPERTY_CONTEXT
impl Debug for WIA_PROPERTY_CONTEXT
§impl Default for WIA_PROPERTY_CONTEXT
impl Default for WIA_PROPERTY_CONTEXT
§impl PartialEq for WIA_PROPERTY_CONTEXT
impl PartialEq for WIA_PROPERTY_CONTEXT
impl Copy for WIA_PROPERTY_CONTEXT
impl StructuralPartialEq for WIA_PROPERTY_CONTEXT
Auto Trait Implementations§
impl Freeze for WIA_PROPERTY_CONTEXT
impl RefUnwindSafe for WIA_PROPERTY_CONTEXT
impl !Send for WIA_PROPERTY_CONTEXT
impl !Sync for WIA_PROPERTY_CONTEXT
impl Unpin for WIA_PROPERTY_CONTEXT
impl UnwindSafe for WIA_PROPERTY_CONTEXT
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