#[repr(C)]pub struct _krb5_ap_req {
pub magic: krb5_magic,
pub ap_options: krb5_flags,
pub ticket: *mut krb5_ticket,
pub authenticator: krb5_enc_data,
}
Fields§
§magic: krb5_magic
§ap_options: krb5_flags
§ticket: *mut krb5_ticket
§authenticator: krb5_enc_data
Trait Implementations§
Source§impl Clone for _krb5_ap_req
impl Clone for _krb5_ap_req
Source§fn clone(&self) -> _krb5_ap_req
fn clone(&self) -> _krb5_ap_req
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_ap_req
impl Debug for _krb5_ap_req
impl Copy for _krb5_ap_req
Auto Trait Implementations§
impl Freeze for _krb5_ap_req
impl RefUnwindSafe for _krb5_ap_req
impl !Send for _krb5_ap_req
impl !Sync for _krb5_ap_req
impl Unpin for _krb5_ap_req
impl UnwindSafe for _krb5_ap_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