#[repr(C)]pub struct ISSUER_SIGN_TOOL_st {
pub signTool: *mut asn1_string_st,
pub cATool: *mut asn1_string_st,
pub signToolCert: *mut asn1_string_st,
pub cAToolCert: *mut asn1_string_st,
}
Fields§
§signTool: *mut asn1_string_st
§cATool: *mut asn1_string_st
§signToolCert: *mut asn1_string_st
§cAToolCert: *mut asn1_string_st
Trait Implementations§
Source§impl Clone for ISSUER_SIGN_TOOL_st
impl Clone for ISSUER_SIGN_TOOL_st
Source§fn clone(&self) -> ISSUER_SIGN_TOOL_st
fn clone(&self) -> ISSUER_SIGN_TOOL_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 ISSUER_SIGN_TOOL_st
impl Debug for ISSUER_SIGN_TOOL_st
impl Copy for ISSUER_SIGN_TOOL_st
Auto Trait Implementations§
impl Freeze for ISSUER_SIGN_TOOL_st
impl RefUnwindSafe for ISSUER_SIGN_TOOL_st
impl !Send for ISSUER_SIGN_TOOL_st
impl !Sync for ISSUER_SIGN_TOOL_st
impl Unpin for ISSUER_SIGN_TOOL_st
impl UnwindSafe for ISSUER_SIGN_TOOL_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