[][src]Struct krb5_sys::krb5_kdc_req

#[repr(C)]
pub struct krb5_kdc_req {
    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_magicmsg_type: krb5_msgtypepadata: *mut *mut krb5_pa_datakdc_options: krb5_flagsclient: krb5_principalserver: krb5_principalfrom: krb5_timestamptill: krb5_timestamprtime: krb5_timestampnonce: krb5_int32nktypes: c_intktype: *mut krb5_enctypeaddressses: *mut *mut krb5_addressauthorization_data: krb5_enc_dataunenc_authdata: *mut *mut krb5_authdatasecond_ticket: *mut *mut krb5_ticket

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]