#[repr(C)]pub struct CREDENTIALA {
pub Flags: DWORD,
pub Type: DWORD,
pub TargetName: LPSTR,
pub Comment: LPSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: DWORD,
pub CredentialBlob: LPBYTE,
pub Persist: DWORD,
pub AttributeCount: DWORD,
pub Attributes: PCREDENTIAL_ATTRIBUTEA,
pub TargetAlias: LPSTR,
pub UserName: LPSTR,
}
Fields
Flags: DWORD
Type: DWORD
TargetName: LPSTR
Comment: LPSTR
LastWritten: FILETIME
CredentialBlobSize: DWORD
CredentialBlob: LPBYTE
Persist: DWORD
AttributeCount: DWORD
Attributes: PCREDENTIAL_ATTRIBUTEA
TargetAlias: LPSTR
UserName: LPSTR
Trait Implementations
sourceimpl Clone for CREDENTIALA
impl Clone for CREDENTIALA
sourcefn clone(&self) -> CREDENTIALA
fn clone(&self) -> CREDENTIALA
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 CREDENTIALA
Auto Trait Implementations
impl RefUnwindSafe for CREDENTIALA
impl !Send for CREDENTIALA
impl !Sync for CREDENTIALA
impl Unpin for CREDENTIALA
impl UnwindSafe for CREDENTIALA
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