Struct windows_sys::Win32::Security::Authentication::Identity::KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
[−]#[repr(C)]pub struct KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub LogonId: LUID,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
MessageType: KERB_PROTOCOL_MESSAGE_TYPE
LogonId: LUID
Trait Implementations
impl Copy for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
impl Send for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
impl Sync for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
impl Unpin for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
impl UnwindSafe for KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more