#[repr(C)]pub struct krb5_ticket {
pub magic: krb5_magic,
pub server: krb5_principal,
pub enc_part: krb5_enc_data,
pub enc_part2: *mut krb5_enc_tkt_part,
}Fields§
§magic: krb5_magic§server: krb5_principal§enc_part: krb5_enc_data§enc_part2: *mut krb5_enc_tkt_partAuto Trait Implementations§
impl Freeze for krb5_ticket
impl RefUnwindSafe for krb5_ticket
impl !Send for krb5_ticket
impl !Sync for krb5_ticket
impl Unpin for krb5_ticket
impl UnwindSafe for krb5_ticket
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