#[repr(C)]pub struct KERB_PURGE_TKT_CACHE_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub LogonId: LUID,
pub ServerName: UNICODE_STRING,
pub RealmName: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: KERB_PROTOCOL_MESSAGE_TYPE
LogonId: LUID
ServerName: UNICODE_STRING
RealmName: UNICODE_STRING
Trait Implementations
impl Clone for KERB_PURGE_TKT_CACHE_REQUEST
impl Clone for KERB_PURGE_TKT_CACHE_REQUEST
impl Copy for KERB_PURGE_TKT_CACHE_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_PURGE_TKT_CACHE_REQUEST
impl !Send for KERB_PURGE_TKT_CACHE_REQUEST
impl !Sync for KERB_PURGE_TKT_CACHE_REQUEST
impl Unpin for KERB_PURGE_TKT_CACHE_REQUEST
impl UnwindSafe for KERB_PURGE_TKT_CACHE_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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