#[repr(C)]pub struct krb5_typed_data {
pub magic: krb5_magic,
pub type_: krb5_int32,
pub length: c_uint,
pub data: *mut krb5_octet,
}Fields§
§magic: krb5_magic§type_: krb5_int32§length: c_uint§data: *mut krb5_octetAuto Trait Implementations§
impl Freeze for krb5_typed_data
impl RefUnwindSafe for krb5_typed_data
impl !Send for krb5_typed_data
impl !Sync for krb5_typed_data
impl Unpin for krb5_typed_data
impl UnwindSafe for krb5_typed_data
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