#[repr(C)]pub struct Netscape_spki_st {
pub spkac: *mut NETSCAPE_SPKAC,
pub sig_algor: *mut X509_ALGOR,
pub signature: *mut ASN1_BIT_STRING,
}
Fields
spkac: *mut NETSCAPE_SPKAC
sig_algor: *mut X509_ALGOR
signature: *mut ASN1_BIT_STRING
Trait Implementations
sourceimpl Clone for Netscape_spki_st
impl Clone for Netscape_spki_st
sourcefn clone(&self) -> Netscape_spki_st
fn clone(&self) -> Netscape_spki_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_spki_st
impl Debug for Netscape_spki_st
sourceimpl Default for Netscape_spki_st
impl Default for Netscape_spki_st
sourceimpl PartialEq<Netscape_spki_st> for Netscape_spki_st
impl PartialEq<Netscape_spki_st> for Netscape_spki_st
sourcefn eq(&self, other: &Netscape_spki_st) -> bool
fn eq(&self, other: &Netscape_spki_st) -> bool
impl Copy for Netscape_spki_st
impl Eq for Netscape_spki_st
impl StructuralEq for Netscape_spki_st
impl StructuralPartialEq for Netscape_spki_st
Auto Trait Implementations
impl RefUnwindSafe for Netscape_spki_st
impl !Send for Netscape_spki_st
impl !Sync for Netscape_spki_st
impl Unpin for Netscape_spki_st
impl UnwindSafe for Netscape_spki_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