#[repr(C)]pub struct WIA_PROPERTY_CONTEXT {
pub cProps: u32,
pub pProps: *mut u32,
pub pChanged: *mut BOOL,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
, "Win32_Foundation"
Fields
cProps: u32
pProps: *mut u32
pChanged: *mut BOOL
Trait Implementations
impl Clone for WIA_PROPERTY_CONTEXT
impl Clone for WIA_PROPERTY_CONTEXT
impl Copy for WIA_PROPERTY_CONTEXT
Auto Trait Implementations
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
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