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