Struct wolfssl_sys::WOLFSSL_ASN1_OTHERNAME
source · #[repr(C)]pub struct WOLFSSL_ASN1_OTHERNAME {
pub type_id: *mut WOLFSSL_ASN1_OBJECT,
pub value: *mut WOLFSSL_ASN1_TYPE,
}Fields§
§type_id: *mut WOLFSSL_ASN1_OBJECT§value: *mut WOLFSSL_ASN1_TYPETrait Implementations§
source§impl Clone for WOLFSSL_ASN1_OTHERNAME
impl Clone for WOLFSSL_ASN1_OTHERNAME
source§fn clone(&self) -> WOLFSSL_ASN1_OTHERNAME
fn clone(&self) -> WOLFSSL_ASN1_OTHERNAME
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 WOLFSSL_ASN1_OTHERNAME
impl Debug for WOLFSSL_ASN1_OTHERNAME
impl Copy for WOLFSSL_ASN1_OTHERNAME
Auto Trait Implementations§
impl Freeze for WOLFSSL_ASN1_OTHERNAME
impl RefUnwindSafe for WOLFSSL_ASN1_OTHERNAME
impl !Send for WOLFSSL_ASN1_OTHERNAME
impl !Sync for WOLFSSL_ASN1_OTHERNAME
impl Unpin for WOLFSSL_ASN1_OTHERNAME
impl UnwindSafe for WOLFSSL_ASN1_OTHERNAME
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