[][src]Enum custom_codes::SecHardware

pub enum SecHardware {
    UsbKeyUp,
    UsbKeyDown,
    UsbKeyDevTxMode,
    UsbKeyDevRxMode,
    UsbKeyDevAccessDenied,
    FingerPrintDevUp,
    FingerPrintDevDown,
    FingerPrintDevPoweredOff,
    FingerPrintDevTxMode,
    FingerPrintDevRxMode,
    FingerPrintDevAccessDenied,
    IrisDevUp,
    IrisDevDown,
    IrisDevPoweredOff,
    IrisDevTxMode,
    IrisDevRxMode,
    IrisDevAccessDenied,
    IrFloodDevUp,
    IrFloodDevDown,
    IrFloodDevPoweredOff,
    IrDevTxMode,
    IrDevRxMode,
    IrDevAccessDenied,
}

Hardware security access

Variants

UsbKeyUp

USB Stick Hardware Key is available

UsbKeyDown

USB Stick Hardware Key is unavailable

UsbKeyDevTxMode

USB Stick Hardware Key is transmitting,

UsbKeyDevRxMode

For receiving updates and is not avaiable for use

UsbKeyDevAccessDenied

Device access denied

FingerPrintDevUp

Fingerprint device is available

FingerPrintDevDown

Fingerprint device is unavailable

FingerPrintDevPoweredOff

Fingerprint device is powered of

FingerPrintDevTxMode

Fingerprint device is transmitting

FingerPrintDevRxMode

For receiving updates and is not avaiable for use

FingerPrintDevAccessDenied

Fingerprint Device access denied

IrisDevUp

Iris scanner is available

IrisDevDown

Iris scanner is unavailable

IrisDevPoweredOff

Iris scanner is powered off

IrisDevTxMode

Iris scanner is transmitting

IrisDevRxMode

For receiving updates and is not avaiable for use

IrisDevAccessDenied

Iris Scanner Device access denied

IrFloodDevUp

Infra-red device is available

IrFloodDevDown

Infra-red device is unavailable

IrFloodDevPoweredOff

Infra-red device is powered off

IrDevTxMode

Infra-red device is transmitting

IrDevRxMode

For receiving updates and is not avaiable for use

IrDevAccessDenied

Infra-red Device access denied

Trait Implementations

impl PartialEq<SecHardware> for SecHardware[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Clone for SecHardware[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for SecHardware[src]

impl Debug for SecHardware[src]

impl Serialize for SecHardware[src]

impl<'de> Deserialize<'de> for SecHardware[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]