#[repr(C)]pub struct CREDENTIAL_TARGET_INFORMATIONW {
pub TargetName: LPWSTR,
pub NetbiosServerName: LPWSTR,
pub DnsServerName: LPWSTR,
pub NetbiosDomainName: LPWSTR,
pub DnsDomainName: LPWSTR,
pub DnsTreeName: LPWSTR,
pub PackageName: LPWSTR,
pub Flags: ULONG,
pub CredTypeCount: DWORD,
pub CredTypes: LPDWORD,
}
Fields
TargetName: LPWSTR
NetbiosServerName: LPWSTR
DnsServerName: LPWSTR
NetbiosDomainName: LPWSTR
DnsDomainName: LPWSTR
DnsTreeName: LPWSTR
PackageName: LPWSTR
Flags: ULONG
CredTypeCount: DWORD
CredTypes: LPDWORD
Trait Implementations
sourceimpl Clone for CREDENTIAL_TARGET_INFORMATIONW
impl Clone for CREDENTIAL_TARGET_INFORMATIONW
sourcefn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONW
fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONW
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_INFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for CREDENTIAL_TARGET_INFORMATIONW
impl !Send for CREDENTIAL_TARGET_INFORMATIONW
impl !Sync for CREDENTIAL_TARGET_INFORMATIONW
impl Unpin for CREDENTIAL_TARGET_INFORMATIONW
impl UnwindSafe for CREDENTIAL_TARGET_INFORMATIONW
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