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