#[repr(C)]pub struct KERB_INTERACTIVE_UNLOCK_LOGON {
pub Logon: KERB_INTERACTIVE_LOGON,
pub LogonId: LUID,
}
Fields
Logon: KERB_INTERACTIVE_LOGON
LogonId: LUID
Trait Implementations
sourceimpl Clone for KERB_INTERACTIVE_UNLOCK_LOGON
impl Clone for KERB_INTERACTIVE_UNLOCK_LOGON
sourcefn clone(&self) -> KERB_INTERACTIVE_UNLOCK_LOGON
fn clone(&self) -> KERB_INTERACTIVE_UNLOCK_LOGON
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for KERB_INTERACTIVE_UNLOCK_LOGON
Auto Trait Implementations
impl RefUnwindSafe for KERB_INTERACTIVE_UNLOCK_LOGON
impl !Send for KERB_INTERACTIVE_UNLOCK_LOGON
impl !Sync for KERB_INTERACTIVE_UNLOCK_LOGON
impl Unpin for KERB_INTERACTIVE_UNLOCK_LOGON
impl UnwindSafe for KERB_INTERACTIVE_UNLOCK_LOGON
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