Struct windows_sys::Win32::Security::Authentication::Identity::MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
[−]#[repr(C, packed(1))]pub struct MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL {
pub Version: u32,
pub Flags: u32,
pub CredentialKey: MSV1_0_CREDENTIAL_KEY,
pub CredentialKeyType: MSV1_0_CREDENTIAL_KEY_TYPE,
pub EncryptedCredsSize: u32,
pub EncryptedCreds: [u8; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Version: u32
Flags: u32
CredentialKey: MSV1_0_CREDENTIAL_KEY
CredentialKeyType: MSV1_0_CREDENTIAL_KEY_TYPE
EncryptedCredsSize: u32
EncryptedCreds: [u8; 1]
Trait Implementations
impl Copy for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
impl Send for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
impl Sync for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
impl Unpin for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
impl UnwindSafe for MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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