pub struct AuthData {
pub mode: AuthDataMode,
pub key_type: u16,
pub key_id: u32,
pub key_length: u16,
pub ke_attempts: u16,
pub last_ke_ago: u32,
pub cookies: u16,
pub cookies_length: u16,
pub nak: u16,
}Fields§
§mode: AuthDataMode§key_type: u16§key_id: u32§key_length: u16§ke_attempts: u16§last_ke_ago: u32§nak: u16Trait Implementations§
Source§impl Ord for AuthData
impl Ord for AuthData
Source§impl PartialOrd for AuthData
impl PartialOrd for AuthData
impl Copy for AuthData
impl Eq for AuthData
impl StructuralPartialEq for AuthData
Auto Trait Implementations§
impl Freeze for AuthData
impl RefUnwindSafe for AuthData
impl Send for AuthData
impl Sync for AuthData
impl Unpin for AuthData
impl UnwindSafe for AuthData
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