Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgCredentials_Cert
#[repr(C)]pub struct SecPkgCredentials_Cert {
pub EncodedCertSize: u32,
pub EncodedCert: *mut u8,
}
Fields§
§EncodedCertSize: u32
§EncodedCert: *mut u8
Trait Implementations§
§impl Clone for SecPkgCredentials_Cert
impl Clone for SecPkgCredentials_Cert
impl Copy for SecPkgCredentials_Cert
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgCredentials_Cert
impl !Send for SecPkgCredentials_Cert
impl !Sync for SecPkgCredentials_Cert
impl Unpin for SecPkgCredentials_Cert
impl UnwindSafe for SecPkgCredentials_Cert
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