#[repr(C)]pub struct krb5_last_req_entry {
pub magic: krb5_magic,
pub lr_type: krb5_int32,
pub value: krb5_timestamp,
}Fields§
§magic: krb5_magic§lr_type: krb5_int32§value: krb5_timestampAuto Trait Implementations§
impl Freeze for krb5_last_req_entry
impl RefUnwindSafe for krb5_last_req_entry
impl Send for krb5_last_req_entry
impl Sync for krb5_last_req_entry
impl Unpin for krb5_last_req_entry
impl UnwindSafe for krb5_last_req_entry
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