Struct WIA_MICR_INFO
#[repr(C)]pub struct WIA_MICR_INFO {
pub Size: u32,
pub Page: u32,
pub Length: u32,
pub Text: [u16; 1],
}
Fields§
§Size: u32
§Page: u32
§Length: u32
§Text: [u16; 1]
Trait Implementations§
§impl Clone for WIA_MICR_INFO
impl Clone for WIA_MICR_INFO
§fn clone(&self) -> WIA_MICR_INFO
fn clone(&self) -> WIA_MICR_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WIA_MICR_INFO
impl Debug for WIA_MICR_INFO
§impl Default for WIA_MICR_INFO
impl Default for WIA_MICR_INFO
§impl PartialEq for WIA_MICR_INFO
impl PartialEq for WIA_MICR_INFO
impl Copy for WIA_MICR_INFO
impl StructuralPartialEq for WIA_MICR_INFO
Auto Trait Implementations§
impl Freeze for WIA_MICR_INFO
impl RefUnwindSafe for WIA_MICR_INFO
impl Send for WIA_MICR_INFO
impl Sync for WIA_MICR_INFO
impl Unpin for WIA_MICR_INFO
impl UnwindSafe for WIA_MICR_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more