#[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
sourceimpl Clone for CREDENTIALW
impl Clone for CREDENTIALW
sourcefn clone(&self) -> CREDENTIALW
fn clone(&self) -> CREDENTIALW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for CREDENTIALW
Auto Trait Implementations
impl RefUnwindSafe for CREDENTIALW
impl !Send for CREDENTIALW
impl !Sync for CREDENTIALW
impl Unpin for CREDENTIALW
impl UnwindSafe for CREDENTIALW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more