#[repr(C)]pub struct WIA_DATA_CALLBACK_HEADER {
pub lSize: i32,
pub guidFormatID: GUID,
pub lBufferSize: i32,
pub lPageCount: i32,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
lSize: i32
guidFormatID: GUID
lBufferSize: i32
lPageCount: i32
Trait Implementations
impl Clone for WIA_DATA_CALLBACK_HEADER
impl Clone for WIA_DATA_CALLBACK_HEADER
impl Copy for WIA_DATA_CALLBACK_HEADER
Auto Trait Implementations
impl RefUnwindSafe for WIA_DATA_CALLBACK_HEADER
impl Send for WIA_DATA_CALLBACK_HEADER
impl Sync for WIA_DATA_CALLBACK_HEADER
impl Unpin for WIA_DATA_CALLBACK_HEADER
impl UnwindSafe for WIA_DATA_CALLBACK_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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