Struct windows_sys::Win32::Security::Credentials::CERT_CREDENTIAL_INFO
[−]Expand description
Required features: "Win32_Security_Credentials"
Fields
cbSize: u32
rgbHashOfCert: [u8; 20]
Trait Implementations
impl Clone for CERT_CREDENTIAL_INFO
impl Clone for CERT_CREDENTIAL_INFO
impl Copy for CERT_CREDENTIAL_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_CREDENTIAL_INFO
impl Send for CERT_CREDENTIAL_INFO
impl Sync for CERT_CREDENTIAL_INFO
impl Unpin for CERT_CREDENTIAL_INFO
impl UnwindSafe for CERT_CREDENTIAL_INFO
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