pub enum BiometricFormat {
Image = 0,
Template = 1,
Sound = 2,
BioHash = 3,
}Expand description
Biometric data format
Variants§
Trait Implementations§
Source§impl Clone for BiometricFormat
impl Clone for BiometricFormat
Source§fn clone(&self) -> BiometricFormat
fn clone(&self) -> BiometricFormat
Returns a duplicate 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 moreSource§impl Debug for BiometricFormat
impl Debug for BiometricFormat
Source§impl<'de> Deserialize<'de> for BiometricFormat
impl<'de> Deserialize<'de> for BiometricFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BiometricFormat> for i64
impl From<BiometricFormat> for i64
Source§fn from(f: BiometricFormat) -> i64
fn from(f: BiometricFormat) -> i64
Converts to this type from the input type.
Source§impl PartialEq for BiometricFormat
impl PartialEq for BiometricFormat
Source§impl Serialize for BiometricFormat
impl Serialize for BiometricFormat
Source§impl TryFrom<i64> for BiometricFormat
impl TryFrom<i64> for BiometricFormat
impl Copy for BiometricFormat
impl Eq for BiometricFormat
impl StructuralPartialEq for BiometricFormat
Auto Trait Implementations§
impl Freeze for BiometricFormat
impl RefUnwindSafe for BiometricFormat
impl Send for BiometricFormat
impl Sync for BiometricFormat
impl Unpin for BiometricFormat
impl UnwindSafe for BiometricFormat
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