#[repr(C)]pub struct KERB_CERTIFICATE_UNLOCK_LOGON {
pub Logon: KERB_CERTIFICATE_LOGON,
pub LogonId: LUID,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
Logon: KERB_CERTIFICATE_LOGON
LogonId: LUID
Trait Implementations
impl Clone for KERB_CERTIFICATE_UNLOCK_LOGON
impl Clone for KERB_CERTIFICATE_UNLOCK_LOGON
impl Copy for KERB_CERTIFICATE_UNLOCK_LOGON
Auto Trait Implementations
impl RefUnwindSafe for KERB_CERTIFICATE_UNLOCK_LOGON
impl !Send for KERB_CERTIFICATE_UNLOCK_LOGON
impl !Sync for KERB_CERTIFICATE_UNLOCK_LOGON
impl Unpin for KERB_CERTIFICATE_UNLOCK_LOGON
impl UnwindSafe for KERB_CERTIFICATE_UNLOCK_LOGON
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