#[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§
Source§impl Clone for Netscape_spki_st
impl Clone for Netscape_spki_st
Source§fn clone(&self) -> Netscape_spki_st
fn clone(&self) -> Netscape_spki_st
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 Debug for Netscape_spki_st
impl Debug for Netscape_spki_st
Source§impl Default for Netscape_spki_st
impl Default for Netscape_spki_st
Source§impl PartialEq for Netscape_spki_st
impl PartialEq for Netscape_spki_st
impl Copy for Netscape_spki_st
impl Eq for Netscape_spki_st
impl StructuralPartialEq for Netscape_spki_st
Auto Trait Implementations§
impl Freeze for Netscape_spki_st
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§
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