Struct windows_sys::Win32::Security::Credentials::CREDENTIALW
#[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,
}
Fields§
§Flags: CRED_FLAGS
§Type: CRED_TYPE
§TargetName: PWSTR
§Comment: PWSTR
§LastWritten: FILETIME
§CredentialBlobSize: u32
§CredentialBlob: *mut u8
§Persist: CRED_PERSIST
§AttributeCount: u32
§Attributes: *mut CREDENTIAL_ATTRIBUTEW
§TargetAlias: PWSTR
§UserName: PWSTR
Trait Implementations§
§impl Clone for CREDENTIALW
impl Clone for CREDENTIALW
§fn clone(&self) -> CREDENTIALW
fn clone(&self) -> CREDENTIALW
Returns a copy 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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)