Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_RAW_HEADER
[−]#[repr(C)]pub struct WIA_RAW_HEADER {Show 19 fields
pub Tag: u32,
pub Version: u32,
pub HeaderSize: u32,
pub XRes: u32,
pub YRes: u32,
pub XExtent: u32,
pub YExtent: u32,
pub BytesPerLine: u32,
pub BitsPerPixel: u32,
pub ChannelsPerPixel: u32,
pub DataType: u32,
pub BitsPerChannel: [u8; 8],
pub Compression: u32,
pub PhotometricInterp: u32,
pub LineOrder: u32,
pub RawDataOffset: u32,
pub RawDataSize: u32,
pub PaletteOffset: u32,
pub PaletteSize: u32,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
Tag: u32
Version: u32
HeaderSize: u32
XRes: u32
YRes: u32
XExtent: u32
YExtent: u32
BytesPerLine: u32
BitsPerPixel: u32
ChannelsPerPixel: u32
DataType: u32
BitsPerChannel: [u8; 8]
Compression: u32
PhotometricInterp: u32
LineOrder: u32
RawDataOffset: u32
RawDataSize: u32
PaletteOffset: u32
PaletteSize: u32
Trait Implementations
impl Clone for WIA_RAW_HEADER
impl Clone for WIA_RAW_HEADER
impl Copy for WIA_RAW_HEADER
Auto Trait Implementations
impl RefUnwindSafe for WIA_RAW_HEADER
impl Send for WIA_RAW_HEADER
impl Sync for WIA_RAW_HEADER
impl Unpin for WIA_RAW_HEADER
impl UnwindSafe for WIA_RAW_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