#[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: LPDWORDTrait Implementations§
Source§impl Clone for CREDENTIAL_TARGET_INFORMATIONW
impl Clone for CREDENTIAL_TARGET_INFORMATIONW
Source§fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONW
fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CREDENTIAL_TARGET_INFORMATIONW
impl Default for CREDENTIAL_TARGET_INFORMATIONW
Source§fn default() -> CREDENTIAL_TARGET_INFORMATIONW
fn default() -> CREDENTIAL_TARGET_INFORMATIONW
Returns the “default value” for a type. Read more
impl Copy for CREDENTIAL_TARGET_INFORMATIONW
Auto Trait Implementations§
impl Freeze for CREDENTIAL_TARGET_INFORMATIONW
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more