#[repr(u8)]pub enum BioFormat {
NotSpecified = 0,
FingerprintRawPgm = 1,
FingerprintAnsi378 = 2,
}Available on crate feature
alloc only.Expand description
Biometric data format (Table 25).
Variants§
Implementations§
Trait Implementations§
impl Copy for BioFormat
impl Eq for BioFormat
impl StructuralPartialEq for BioFormat
Auto Trait Implementations§
impl Freeze for BioFormat
impl RefUnwindSafe for BioFormat
impl Send for BioFormat
impl Sync for BioFormat
impl Unpin for BioFormat
impl UnsafeUnpin for BioFormat
impl UnwindSafe for BioFormat
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