#[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_dataAuto 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