#[repr(C)]pub struct MSV1_0_SUPPLEMENTAL_CREDENTIAL {
    pub Version: ULONG,
    pub Flags: ULONG,
    pub LmPassword: [UCHAR; 16],
    pub NtPassword: [UCHAR; 16],
}Fields
Version: ULONGFlags: ULONGLmPassword: [UCHAR; 16]NtPassword: [UCHAR; 16]Trait Implementations
sourceimpl Clone for MSV1_0_SUPPLEMENTAL_CREDENTIAL
 
impl Clone for MSV1_0_SUPPLEMENTAL_CREDENTIAL
sourcefn clone(&self) -> MSV1_0_SUPPLEMENTAL_CREDENTIAL
 
fn clone(&self) -> MSV1_0_SUPPLEMENTAL_CREDENTIAL
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 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