#[repr(C)]pub struct KERB_SMART_CARD_LOGON {
    pub MessageType: KERB_LOGON_SUBMIT_TYPE,
    pub Pin: UNICODE_STRING,
    pub CspDataLength: ULONG,
    pub CspData: PUCHAR,
}Fields
MessageType: KERB_LOGON_SUBMIT_TYPEPin: UNICODE_STRINGCspDataLength: ULONGCspData: PUCHARTrait Implementations
sourceimpl Clone for KERB_SMART_CARD_LOGON
 
impl Clone for KERB_SMART_CARD_LOGON
sourcefn clone(&self) -> KERB_SMART_CARD_LOGON
 
fn clone(&self) -> KERB_SMART_CARD_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_SMART_CARD_LOGON
Auto Trait Implementations
impl RefUnwindSafe for KERB_SMART_CARD_LOGON
impl !Send for KERB_SMART_CARD_LOGON
impl !Sync for KERB_SMART_CARD_LOGON
impl Unpin for KERB_SMART_CARD_LOGON
impl UnwindSafe for KERB_SMART_CARD_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