#[repr(C)]pub struct CREDENTIALW {
pub Flags: DWORD,
pub Type: DWORD,
pub TargetName: LPWSTR,
pub Comment: LPWSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: DWORD,
pub CredentialBlob: LPBYTE,
pub Persist: DWORD,
pub AttributeCount: DWORD,
pub Attributes: PCREDENTIAL_ATTRIBUTEW,
pub TargetAlias: LPWSTR,
pub UserName: LPWSTR,
}
Fields§
§Flags: DWORD
§Type: DWORD
§TargetName: LPWSTR
§Comment: LPWSTR
§LastWritten: FILETIME
§CredentialBlobSize: DWORD
§CredentialBlob: LPBYTE
§Persist: DWORD
§AttributeCount: DWORD
§Attributes: PCREDENTIAL_ATTRIBUTEW
§TargetAlias: LPWSTR
§UserName: LPWSTR
Trait Implementations§
Source§impl Clone for CREDENTIALW
impl Clone for CREDENTIALW
Source§fn clone(&self) -> CREDENTIALW
fn clone(&self) -> CREDENTIALW
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 CREDENTIALW
impl Default for CREDENTIALW
Source§fn default() -> CREDENTIALW
fn default() -> CREDENTIALW
Returns the “default value” for a type. Read more
impl Copy for CREDENTIALW
Auto Trait Implementations§
impl Freeze for CREDENTIALW
impl RefUnwindSafe for CREDENTIALW
impl !Send for CREDENTIALW
impl !Sync for CREDENTIALW
impl Unpin for CREDENTIALW
impl UnwindSafe for CREDENTIALW
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