Struct windows_sys::Win32::Security::Authentication::Identity::ENCRYPTED_CREDENTIALW
#[repr(C)]pub struct ENCRYPTED_CREDENTIALW {
pub Cred: CREDENTIALW,
pub ClearCredentialBlobSize: u32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Credentials"
Fields§
§Cred: CREDENTIALW
§ClearCredentialBlobSize: u32
Trait Implementations§
§impl Clone for ENCRYPTED_CREDENTIALW
impl Clone for ENCRYPTED_CREDENTIALW
impl Copy for ENCRYPTED_CREDENTIALW
Auto Trait Implementations§
impl RefUnwindSafe for ENCRYPTED_CREDENTIALW
impl !Send for ENCRYPTED_CREDENTIALW
impl !Sync for ENCRYPTED_CREDENTIALW
impl Unpin for ENCRYPTED_CREDENTIALW
impl UnwindSafe for ENCRYPTED_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