#[repr(C)]pub struct MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2 {
pub Version: u32,
pub Flags: u32,
pub NtPassword: [u8; 16],
pub CredentialKey: MSV1_0_CREDENTIAL_KEY,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Version: u32
Flags: u32
NtPassword: [u8; 16]
CredentialKey: MSV1_0_CREDENTIAL_KEY
Trait Implementations
impl Clone for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl Clone for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl Copy for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl Send for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl Sync for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl Unpin for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
impl UnwindSafe for MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2
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