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: u32
Version: u32
Size: u32
Placeholder: u16
Reserved: u16
Count: u32
Micr: [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 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