#[repr(C)]
pub struct CREDENTIALA { pub Flags: CRED_FLAGS, pub Type: CRED_TYPE, pub TargetName: PSTR, pub Comment: PSTR, pub LastWritten: FILETIME, pub CredentialBlobSize: u32, pub CredentialBlob: *mut u8, pub Persist: CRED_PERSIST, pub AttributeCount: u32, pub Attributes: *mut CREDENTIAL_ATTRIBUTEA, pub TargetAlias: PSTR, pub UserName: PSTR, }
Expand description

Required features: "Win32_Security_Credentials", "Win32_Foundation"

Fields§

§Flags: CRED_FLAGS§Type: CRED_TYPE§TargetName: PSTR§Comment: PSTR§LastWritten: FILETIME§CredentialBlobSize: u32§CredentialBlob: *mut u8§Persist: CRED_PERSIST§AttributeCount: u32§Attributes: *mut CREDENTIAL_ATTRIBUTEA§TargetAlias: PSTR§UserName: PSTR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.