pub struct TOTPcfg { /* private fields */ }Expand description
[C binding] TOTP configuration storage
The struct libreauth_totp_cfg contains the following fields:
- key
key_len: key’s length, in bytes- timestamp
- positive_tolerance
- negative_tolerance
- period
- initial_time
- output_len
- output_base
- hash_function
Auto Trait Implementations§
impl !Send for TOTPcfg
impl !Sync for TOTPcfg
impl Freeze for TOTPcfg
impl RefUnwindSafe for TOTPcfg
impl Unpin for TOTPcfg
impl UnsafeUnpin for TOTPcfg
impl UnwindSafe for TOTPcfg
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