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