#[repr(C)]pub struct krb5_kdc_req {Show 16 fields
pub magic: krb5_magic,
pub msg_type: krb5_msgtype,
pub padata: *mut *mut krb5_pa_data,
pub kdc_options: krb5_flags,
pub client: krb5_principal,
pub server: krb5_principal,
pub from: krb5_timestamp,
pub till: krb5_timestamp,
pub rtime: krb5_timestamp,
pub nonce: krb5_int32,
pub nktypes: c_int,
pub ktype: *mut krb5_enctype,
pub addressses: *mut *mut krb5_address,
pub authorization_data: krb5_enc_data,
pub unenc_authdata: *mut *mut krb5_authdata,
pub second_ticket: *mut *mut krb5_ticket,
}Fields§
§magic: krb5_magic§msg_type: krb5_msgtype§padata: *mut *mut krb5_pa_data§kdc_options: krb5_flags§client: krb5_principal§server: krb5_principal§from: krb5_timestamp§till: krb5_timestamp§rtime: krb5_timestamp§nonce: krb5_int32§nktypes: c_int§ktype: *mut krb5_enctype§addressses: *mut *mut krb5_address§unenc_authdata: *mut *mut krb5_authdata§second_ticket: *mut *mut krb5_ticketAuto Trait Implementations§
impl Freeze for krb5_kdc_req
impl RefUnwindSafe for krb5_kdc_req
impl !Send for krb5_kdc_req
impl !Sync for krb5_kdc_req
impl Unpin for krb5_kdc_req
impl UnwindSafe for krb5_kdc_req
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