Struct windows_sys::Win32::Security::Authentication::Identity::KERB_SMART_CARD_LOGON
#[repr(C)]pub struct KERB_SMART_CARD_LOGON {
pub MessageType: KERB_LOGON_SUBMIT_TYPE,
pub Pin: LSA_UNICODE_STRING,
pub CspDataLength: u32,
pub CspData: *mut u8,
}
Fields§
§MessageType: KERB_LOGON_SUBMIT_TYPE
§Pin: LSA_UNICODE_STRING
§CspDataLength: u32
§CspData: *mut u8
Trait Implementations§
§impl Clone for KERB_SMART_CARD_LOGON
impl Clone for KERB_SMART_CARD_LOGON
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more