Struct 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
§fn clone(&self) -> SecPkgCredentials_Cert
fn clone(&self) -> SecPkgCredentials_Cert
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SecPkgCredentials_Cert
Auto Trait Implementations§
impl Freeze for SecPkgCredentials_Cert
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