Struct boring_sys::ASN1_ITEM_st
source · #[repr(C)]pub struct ASN1_ITEM_st {
pub itype: c_char,
pub utype: c_int,
pub templates: *const ASN1_TEMPLATE,
pub tcount: c_long,
pub funcs: *const c_void,
pub size: c_long,
pub sname: *const c_char,
}Fields§
§itype: c_char§utype: c_int§templates: *const ASN1_TEMPLATE§tcount: c_long§funcs: *const c_void§size: c_long§sname: *const c_charTrait Implementations§
source§impl Clone for ASN1_ITEM_st
impl Clone for ASN1_ITEM_st
source§fn clone(&self) -> ASN1_ITEM_st
fn clone(&self) -> ASN1_ITEM_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 ASN1_ITEM_st
impl Debug for ASN1_ITEM_st
source§impl Default for ASN1_ITEM_st
impl Default for ASN1_ITEM_st
source§impl PartialEq<ASN1_ITEM_st> for ASN1_ITEM_st
impl PartialEq<ASN1_ITEM_st> for ASN1_ITEM_st
source§fn eq(&self, other: &ASN1_ITEM_st) -> bool
fn eq(&self, other: &ASN1_ITEM_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ASN1_ITEM_st
impl Eq for ASN1_ITEM_st
impl StructuralEq for ASN1_ITEM_st
impl StructuralPartialEq for ASN1_ITEM_st
Auto Trait Implementations§
impl RefUnwindSafe for ASN1_ITEM_st
impl !Send for ASN1_ITEM_st
impl !Sync for ASN1_ITEM_st
impl Unpin for ASN1_ITEM_st
impl UnwindSafe for ASN1_ITEM_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