#[repr(C)]pub struct SecPkgCredentials_Cert {
pub EncodedCertSize: c_ulong,
pub EncodedCert: *mut c_uchar,
}
Fields§
§EncodedCertSize: c_ulong
§EncodedCert: *mut c_uchar
Trait Implementations§
Source§impl Clone for SecPkgCredentials_Cert
impl Clone for SecPkgCredentials_Cert
Source§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 moreSource§impl Default for SecPkgCredentials_Cert
impl Default for SecPkgCredentials_Cert
Source§fn default() -> SecPkgCredentials_Cert
fn default() -> SecPkgCredentials_Cert
Returns the “default value” for a type. Read more
impl 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