#[repr(C)]pub struct krb5_authenticator {
pub magic: krb5_magic,
pub client: krb5_principal,
pub checksum: *mut krb5_checksum,
pub cusec: krb5_int32,
pub ctime: krb5_timestamp,
pub subkey: *mut krb5_keyblock,
pub seq_number: krb5_ui_4,
pub authorization_data: *mut *mut krb5_authdata,
}Fields§
§magic: krb5_magic§client: krb5_principal§checksum: *mut krb5_checksum§cusec: krb5_int32§ctime: krb5_timestamp§subkey: *mut krb5_keyblock§seq_number: krb5_ui_4Auto Trait Implementations§
impl Freeze for krb5_authenticator
impl RefUnwindSafe for krb5_authenticator
impl !Send for krb5_authenticator
impl !Sync for krb5_authenticator
impl Unpin for krb5_authenticator
impl UnwindSafe for krb5_authenticator
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