#[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: LPSTR
§NetbiosServerName: LPSTR
§DnsServerName: LPSTR
§NetbiosDomainName: LPSTR
§DnsDomainName: LPSTR
§DnsTreeName: LPSTR
§PackageName: LPSTR
§Flags: ULONG
§CredTypeCount: DWORD
§CredTypes: LPDWORD
Trait Implementations§
Source§impl Clone for CREDENTIAL_TARGET_INFORMATIONA
impl Clone for CREDENTIAL_TARGET_INFORMATIONA
Source§fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONA
fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONA
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_INFORMATIONA
impl Default for CREDENTIAL_TARGET_INFORMATIONA
Source§fn default() -> CREDENTIAL_TARGET_INFORMATIONA
fn default() -> CREDENTIAL_TARGET_INFORMATIONA
Returns the “default value” for a type. Read more
impl Copy for CREDENTIAL_TARGET_INFORMATIONA
Auto Trait Implementations§
impl Freeze for CREDENTIAL_TARGET_INFORMATIONA
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§
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