#[repr(C)]pub struct _krb5_encrypt_block {
pub magic: krb5_magic,
pub crypto_entry: krb5_enctype,
pub key: *mut krb5_keyblock,
}Fields§
§magic: krb5_magic§crypto_entry: krb5_enctype§key: *mut krb5_keyblockTrait Implementations§
Source§impl Clone for _krb5_encrypt_block
impl Clone for _krb5_encrypt_block
Source§fn clone(&self) -> _krb5_encrypt_block
fn clone(&self) -> _krb5_encrypt_block
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_encrypt_block
impl Debug for _krb5_encrypt_block
impl Copy for _krb5_encrypt_block
Auto Trait Implementations§
impl Freeze for _krb5_encrypt_block
impl RefUnwindSafe for _krb5_encrypt_block
impl !Send for _krb5_encrypt_block
impl !Sync for _krb5_encrypt_block
impl Unpin for _krb5_encrypt_block
impl UnwindSafe for _krb5_encrypt_block
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