#[repr(C)]pub struct Netscape_spkac_st {
pub pubkey: *mut X509_PUBKEY,
pub challenge: *mut ASN1_IA5STRING,
}
Fields
pubkey: *mut X509_PUBKEY
challenge: *mut ASN1_IA5STRING
Trait Implementations
sourceimpl Clone for Netscape_spkac_st
impl Clone for Netscape_spkac_st
sourcefn clone(&self) -> Netscape_spkac_st
fn clone(&self) -> Netscape_spkac_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Netscape_spkac_st
impl Debug for Netscape_spkac_st
sourceimpl Default for Netscape_spkac_st
impl Default for Netscape_spkac_st
sourceimpl PartialEq<Netscape_spkac_st> for Netscape_spkac_st
impl PartialEq<Netscape_spkac_st> for Netscape_spkac_st
sourcefn eq(&self, other: &Netscape_spkac_st) -> bool
fn eq(&self, other: &Netscape_spkac_st) -> bool
impl Copy for Netscape_spkac_st
impl Eq for Netscape_spkac_st
impl StructuralEq for Netscape_spkac_st
impl StructuralPartialEq for Netscape_spkac_st
Auto Trait Implementations
impl RefUnwindSafe for Netscape_spkac_st
impl !Send for Netscape_spkac_st
impl !Sync for Netscape_spkac_st
impl Unpin for Netscape_spkac_st
impl UnwindSafe for Netscape_spkac_st
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