#[repr(C)]pub struct KERB_TICKET_CACHE_INFO {
pub ServerName: UNICODE_STRING,
pub RealmName: UNICODE_STRING,
pub StartTime: i64,
pub EndTime: i64,
pub RenewTime: i64,
pub EncryptionType: i32,
pub TicketFlags: KERB_TICKET_FLAGS,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
ServerName: UNICODE_STRING
RealmName: UNICODE_STRING
StartTime: i64
EndTime: i64
RenewTime: i64
EncryptionType: i32
TicketFlags: KERB_TICKET_FLAGS
Trait Implementations
impl Clone for KERB_TICKET_CACHE_INFO
impl Clone for KERB_TICKET_CACHE_INFO
impl Copy for KERB_TICKET_CACHE_INFO
Auto Trait Implementations
impl RefUnwindSafe for KERB_TICKET_CACHE_INFO
impl !Send for KERB_TICKET_CACHE_INFO
impl !Sync for KERB_TICKET_CACHE_INFO
impl Unpin for KERB_TICKET_CACHE_INFO
impl UnwindSafe for KERB_TICKET_CACHE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more