#[repr(C)]
pub struct MINIDRV_TRANSFER_CONTEXT {
Show 27 fields pub lSize: i32, pub lWidthInPixels: i32, pub lLines: i32, pub lDepth: i32, pub lXRes: i32, pub lYRes: i32, pub lCompression: i32, pub guidFormatID: GUID, pub tymed: i32, pub hFile: isize, pub cbOffset: i32, pub lBufferSize: i32, pub lActiveBuffer: i32, pub lNumBuffers: i32, pub pBaseBuffer: *mut u8, pub pTransferBuffer: *mut u8, pub bTransferDataCB: BOOL, pub bClassDrvAllocBuf: BOOL, pub lClientAddress: isize, pub pIWiaMiniDrvCallBack: IWiaMiniDrvCallBack, pub lImageSize: i32, pub lHeaderSize: i32, pub lItemSize: i32, pub cbWidthInBytes: i32, pub lPage: i32, pub lCurIfdOffset: i32, pub lPrevIfdOffset: i32,
}
Expand description

Required features: "Win32_Devices_ImageAcquisition", "Win32_Foundation"

Fields

lSize: i32lWidthInPixels: i32lLines: i32lDepth: i32lXRes: i32lYRes: i32lCompression: i32guidFormatID: GUIDtymed: i32hFile: isizecbOffset: i32lBufferSize: i32lActiveBuffer: i32lNumBuffers: i32pBaseBuffer: *mut u8pTransferBuffer: *mut u8bTransferDataCB: BOOLbClassDrvAllocBuf: BOOLlClientAddress: isizepIWiaMiniDrvCallBack: IWiaMiniDrvCallBacklImageSize: i32lHeaderSize: i32lItemSize: i32cbWidthInBytes: i32lPage: i32lCurIfdOffset: i32lPrevIfdOffset: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.