#[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_octetTrait Implementations§
Source§impl Clone for _krb5_keyblock
impl Clone for _krb5_keyblock
Source§fn clone(&self) -> _krb5_keyblock
fn clone(&self) -> _krb5_keyblock
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_keyblock
impl Debug for _krb5_keyblock
Source§impl Default for _krb5_keyblock
impl Default for _krb5_keyblock
impl Copy for _krb5_keyblock
Auto 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