#[repr(C)]
pub struct WIAS_DOWN_SAMPLE_INFO { pub ulOriginalWidth: u32, pub ulOriginalHeight: u32, pub ulBitsPerPixel: u32, pub ulXRes: u32, pub ulYRes: u32, pub ulDownSampledWidth: u32, pub ulDownSampledHeight: u32, pub ulActualSize: u32, pub ulDestBufSize: u32, pub ulSrcBufSize: u32, pub pSrcBuffer: *mut u8, pub pDestBuffer: *mut u8, }
Expand description

Required features: "Win32_Devices_ImageAcquisition"

Fields

ulOriginalWidth: u32ulOriginalHeight: u32ulBitsPerPixel: u32ulXRes: u32ulYRes: u32ulDownSampledWidth: u32ulDownSampledHeight: u32ulActualSize: u32ulDestBufSize: u32ulSrcBufSize: u32pSrcBuffer: *mut u8pDestBuffer: *mut u8

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.