#[repr(C)]pub struct otherName_st {
pub type_id: *mut ASN1_OBJECT,
pub value: *mut ASN1_TYPE,
}
Fields
type_id: *mut ASN1_OBJECT
value: *mut ASN1_TYPE
Trait Implementations
sourceimpl Clone for otherName_st
impl Clone for otherName_st
sourcefn clone(&self) -> otherName_st
fn clone(&self) -> otherName_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 otherName_st
impl Debug for otherName_st
sourceimpl Default for otherName_st
impl Default for otherName_st
sourceimpl PartialEq<otherName_st> for otherName_st
impl PartialEq<otherName_st> for otherName_st
sourcefn eq(&self, other: &otherName_st) -> bool
fn eq(&self, other: &otherName_st) -> bool
impl Copy for otherName_st
impl Eq for otherName_st
impl StructuralEq for otherName_st
impl StructuralPartialEq for otherName_st
Auto Trait Implementations
impl RefUnwindSafe for otherName_st
impl !Send for otherName_st
impl !Sync for otherName_st
impl Unpin for otherName_st
impl UnwindSafe for otherName_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