Struct WINBIO_BDB_ANSI_381_RECORD
#[repr(C)]pub struct WINBIO_BDB_ANSI_381_RECORD {
pub BlockLength: u32,
pub HorizontalLineLength: u16,
pub VerticalLineLength: u16,
pub Position: u8,
pub CountOfViews: u8,
pub ViewNumber: u8,
pub ImageQuality: u8,
pub ImpressionType: u8,
pub Reserved: u8,
}
Fields§
§BlockLength: u32
§HorizontalLineLength: u16
§VerticalLineLength: u16
§Position: u8
§CountOfViews: u8
§ViewNumber: u8
§ImageQuality: u8
§ImpressionType: u8
§Reserved: u8
Trait Implementations§
§impl Clone for WINBIO_BDB_ANSI_381_RECORD
impl Clone for WINBIO_BDB_ANSI_381_RECORD
§fn clone(&self) -> WINBIO_BDB_ANSI_381_RECORD
fn clone(&self) -> WINBIO_BDB_ANSI_381_RECORD
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 WINBIO_BDB_ANSI_381_RECORD
impl Debug for WINBIO_BDB_ANSI_381_RECORD
§impl Default for WINBIO_BDB_ANSI_381_RECORD
impl Default for WINBIO_BDB_ANSI_381_RECORD
§impl PartialEq for WINBIO_BDB_ANSI_381_RECORD
impl PartialEq for WINBIO_BDB_ANSI_381_RECORD
impl Copy for WINBIO_BDB_ANSI_381_RECORD
impl StructuralPartialEq for WINBIO_BDB_ANSI_381_RECORD
Auto Trait Implementations§
impl Freeze for WINBIO_BDB_ANSI_381_RECORD
impl RefUnwindSafe for WINBIO_BDB_ANSI_381_RECORD
impl Send for WINBIO_BDB_ANSI_381_RECORD
impl Sync for WINBIO_BDB_ANSI_381_RECORD
impl Unpin for WINBIO_BDB_ANSI_381_RECORD
impl UnwindSafe for WINBIO_BDB_ANSI_381_RECORD
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