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

Required features: "Win32_Security_Credentials", "Win32_Foundation"

Fields

Flags: CRED_FLAGSType: CRED_TYPETargetName: PWSTRComment: PWSTRLastWritten: FILETIMECredentialBlobSize: u32CredentialBlob: *mut u8Persist: CRED_PERSISTAttributeCount: u32Attributes: *mut CREDENTIAL_ATTRIBUTEWTargetAlias: PWSTRUserName: PWSTR

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.