pub struct BioMatchR {
pub reader: u8,
pub result: u8,
pub score: u8,
}Expand description
osdp_BIOMATCHR body.
Fields§
§reader: u8Reader number.
result: u8Match outcome (0 = no match, 1 = match).
score: u8Score (0..100).
Implementations§
Trait Implementations§
impl Copy for BioMatchR
impl Eq for BioMatchR
impl StructuralPartialEq for BioMatchR
Auto Trait Implementations§
impl Freeze for BioMatchR
impl RefUnwindSafe for BioMatchR
impl Send for BioMatchR
impl Sync for BioMatchR
impl Unpin for BioMatchR
impl UnsafeUnpin for BioMatchR
impl UnwindSafe for BioMatchR
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