#[repr(C)]pub struct krb5_keyblock {
pub magic: krb5_magic,
pub enctype: krb5_enctype,
pub length: c_uint,
pub contents: *mut krb5_octet,
}Expand description
Exposed contents of a key
Fields§
§magic: krb5_magic§enctype: krb5_enctype§length: c_uint§contents: *mut krb5_octetAuto Trait Implementations§
impl Freeze for krb5_keyblock
impl RefUnwindSafe for krb5_keyblock
impl !Send for krb5_keyblock
impl !Sync for krb5_keyblock
impl Unpin for krb5_keyblock
impl UnwindSafe for krb5_keyblock
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