#[repr(C)]pub struct ASN1_TEMPLATE_st {
pub flags: u32,
pub tag: c_int,
pub offset: c_ulong,
pub field_name: *const c_char,
pub item: *const ASN1_ITEM_st,
}
Fields§
§flags: u32
§tag: c_int
§offset: c_ulong
§field_name: *const c_char
§item: *const ASN1_ITEM_st
Trait Implementations§
Source§impl Clone for ASN1_TEMPLATE_st
impl Clone for ASN1_TEMPLATE_st
Source§fn clone(&self) -> ASN1_TEMPLATE_st
fn clone(&self) -> ASN1_TEMPLATE_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_TEMPLATE_st
impl Debug for ASN1_TEMPLATE_st
Source§impl Default for ASN1_TEMPLATE_st
impl Default for ASN1_TEMPLATE_st
Source§impl PartialEq for ASN1_TEMPLATE_st
impl PartialEq for ASN1_TEMPLATE_st
impl Copy for ASN1_TEMPLATE_st
impl Eq for ASN1_TEMPLATE_st
impl StructuralPartialEq for ASN1_TEMPLATE_st
Auto Trait Implementations§
impl Freeze for ASN1_TEMPLATE_st
impl RefUnwindSafe for ASN1_TEMPLATE_st
impl !Send for ASN1_TEMPLATE_st
impl !Sync for ASN1_TEMPLATE_st
impl Unpin for ASN1_TEMPLATE_st
impl UnwindSafe for ASN1_TEMPLATE_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