Struct windows_sys::Win32::Devices::ImageAcquisition::WIA_MICR
[−]#[repr(C)]pub struct WIA_MICR {
pub Tag: u32,
pub Version: u32,
pub Size: u32,
pub Placeholder: u16,
pub Reserved: u16,
pub Count: u32,
pub Micr: [WIA_MICR_INFO; 1],
}Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
Tag: u32Version: u32Size: u32Placeholder: u16Reserved: u16Count: u32Micr: [WIA_MICR_INFO; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WIA_MICR
impl Send for WIA_MICR
impl Sync for WIA_MICR
impl Unpin for WIA_MICR
impl UnwindSafe for WIA_MICR
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