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