#[repr(C)]pub struct CREDENTIAL_TARGET_INFORMATIONA {
    pub TargetName: LPSTR,
    pub NetbiosServerName: LPSTR,
    pub DnsServerName: LPSTR,
    pub NetbiosDomainName: LPSTR,
    pub DnsDomainName: LPSTR,
    pub DnsTreeName: LPSTR,
    pub PackageName: LPSTR,
    pub Flags: ULONG,
    pub CredTypeCount: DWORD,
    pub CredTypes: LPDWORD,
}Fields
TargetName: LPSTRNetbiosServerName: LPSTRDnsServerName: LPSTRNetbiosDomainName: LPSTRDnsDomainName: LPSTRDnsTreeName: LPSTRPackageName: LPSTRFlags: ULONGCredTypeCount: DWORDCredTypes: LPDWORDTrait Implementations
sourceimpl Clone for CREDENTIAL_TARGET_INFORMATIONA
 
impl Clone for CREDENTIAL_TARGET_INFORMATIONA
sourcefn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONA
 
fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONA
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 CREDENTIAL_TARGET_INFORMATIONA
Auto Trait Implementations
impl RefUnwindSafe for CREDENTIAL_TARGET_INFORMATIONA
impl !Send for CREDENTIAL_TARGET_INFORMATIONA
impl !Sync for CREDENTIAL_TARGET_INFORMATIONA
impl Unpin for CREDENTIAL_TARGET_INFORMATIONA
impl UnwindSafe for CREDENTIAL_TARGET_INFORMATIONA
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