pub struct BioRead {
pub reader: u8,
pub bio_type: BioType,
pub bio_format: BioFormat,
pub quality: u8,
}Available on crate feature
alloc only.Expand description
osdp_BIOREAD body.
Fields§
§reader: u8Reader number.
bio_type: BioTypeBiometric type to capture.
bio_format: BioFormatFormat the PD should respond with.
quality: u8Capture quality (0..=100).
Implementations§
Trait Implementations§
impl Copy for BioRead
impl Eq for BioRead
impl StructuralPartialEq for BioRead
Auto Trait Implementations§
impl Freeze for BioRead
impl RefUnwindSafe for BioRead
impl Send for BioRead
impl Sync for BioRead
impl Unpin for BioRead
impl UnsafeUnpin for BioRead
impl UnwindSafe for BioRead
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