#[repr(C)]pub struct krb5_response {
pub magic: krb5_magic,
pub message_type: krb5_octet,
pub response: krb5_data,
pub expected_nonce: krb5_int32,
pub request_time: krb5_timestamp,
}Fields§
§magic: krb5_magic§message_type: krb5_octet§response: krb5_data§expected_nonce: krb5_int32§request_time: krb5_timestampAuto Trait Implementations§
impl Freeze for krb5_response
impl RefUnwindSafe for krb5_response
impl !Send for krb5_response
impl !Sync for krb5_response
impl Unpin for krb5_response
impl UnwindSafe for krb5_response
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