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