Struct boring_sys::ASN1_TEMPLATE_st
source · #[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_stTrait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)