#[repr(u8)]pub enum BioType {
Show 18 variants
NotSpecified = 0,
RightThumb = 1,
RightIndex = 2,
RightMiddle = 3,
RightRing = 4,
RightLittle = 5,
LeftThumb = 6,
LeftIndex = 7,
LeftMiddle = 8,
LeftRing = 9,
LeftLittle = 10,
RightIris = 11,
RightRetina = 12,
LeftIris = 13,
LeftRetina = 14,
Face = 15,
RightHandGeometry = 16,
LeftHandGeometry = 17,
}Available on crate feature
alloc only.Expand description
Biometric type code (Table 24).
Variants§
NotSpecified = 0
RightThumb = 1
RightIndex = 2
RightMiddle = 3
RightRing = 4
RightLittle = 5
LeftThumb = 6
LeftIndex = 7
LeftMiddle = 8
LeftRing = 9
LeftLittle = 10
RightIris = 11
RightRetina = 12
LeftIris = 13
LeftRetina = 14
Face = 15
RightHandGeometry = 16
LeftHandGeometry = 17
Implementations§
Trait Implementations§
impl Copy for BioType
impl Eq for BioType
impl StructuralPartialEq for BioType
Auto Trait Implementations§
impl Freeze for BioType
impl RefUnwindSafe for BioType
impl Send for BioType
impl Sync for BioType
impl Unpin for BioType
impl UnsafeUnpin for BioType
impl UnwindSafe for BioType
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