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