#[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_4Trait Implementations§
Source§impl Clone for _krb5_authenticator
impl Clone for _krb5_authenticator
Source§fn clone(&self) -> _krb5_authenticator
fn clone(&self) -> _krb5_authenticator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _krb5_authenticator
impl Debug for _krb5_authenticator
impl Copy for _krb5_authenticator
Auto 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