Struct windows_sys::Win32::Devices::ImageAcquisition::WiaTransferParams
[−]#[repr(C)]pub struct WiaTransferParams {
pub lMessage: i32,
pub lPercentComplete: i32,
pub ulTransferredBytes: u64,
pub hrErrorStatus: HRESULT,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
lMessage: i32
lPercentComplete: i32
ulTransferredBytes: u64
hrErrorStatus: HRESULT
Trait Implementations
impl Clone for WiaTransferParams
impl Clone for WiaTransferParams
impl Copy for WiaTransferParams
Auto Trait Implementations
impl RefUnwindSafe for WiaTransferParams
impl Send for WiaTransferParams
impl Sync for WiaTransferParams
impl Unpin for WiaTransferParams
impl UnwindSafe for WiaTransferParams
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