Struct windows_sys::Win32::Devices::ImageAcquisition::DEVICEDIALOGDATA
[−]#[repr(C)]pub struct DEVICEDIALOGDATA {
pub cbSize: u32,
pub hwndParent: HWND,
pub pIWiaItemRoot: IWiaItem,
pub dwFlags: u32,
pub lIntent: i32,
pub lItemCount: i32,
pub ppWiaItems: *mut IWiaItem,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
, "Win32_Foundation"
Fields
cbSize: u32
hwndParent: HWND
pIWiaItemRoot: IWiaItem
dwFlags: u32
lIntent: i32
lItemCount: i32
ppWiaItems: *mut IWiaItem
Trait Implementations
impl Clone for DEVICEDIALOGDATA
impl Clone for DEVICEDIALOGDATA
impl Copy for DEVICEDIALOGDATA
Auto Trait Implementations
impl RefUnwindSafe for DEVICEDIALOGDATA
impl !Send for DEVICEDIALOGDATA
impl !Sync for DEVICEDIALOGDATA
impl Unpin for DEVICEDIALOGDATA
impl UnwindSafe for DEVICEDIALOGDATA
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