#[repr(C)]pub struct ENCRYPTED_CREDENTIALW {
pub Cred: CREDENTIALW,
pub ClearCredentialBlobSize: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "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
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