Struct nfc_oath::OathCode [] [src]

pub struct OathCode {
    pub digits: OathDigits,
    pub value: u32,
    pub expiration: u32,
    pub steam: bool,
}

Fields

Trait Implementations

impl Display for OathCode
[src]

[src]

Formats the value using the given formatter. Read more