Struct boring_sys_imp::ASN1_ENCODING_st
source · #[repr(C)]pub struct ASN1_ENCODING_st {
pub enc: *mut c_uchar,
pub len: c_long,
pub modified: c_int,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§enc: *mut c_uchar§len: c_long§modified: c_int§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
source§impl ASN1_ENCODING_st
impl ASN1_ENCODING_st
pub fn alias_only(&self) -> c_uint
pub fn set_alias_only(&mut self, val: c_uint)
pub fn alias_only_on_next_parse(&self) -> c_uint
pub fn set_alias_only_on_next_parse(&mut self, val: c_uint)
pub fn new_bitfield_1( alias_only: c_uint, alias_only_on_next_parse: c_uint ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for ASN1_ENCODING_st
impl Clone for ASN1_ENCODING_st
source§fn clone(&self) -> ASN1_ENCODING_st
fn clone(&self) -> ASN1_ENCODING_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_ENCODING_st
impl Debug for ASN1_ENCODING_st
source§impl Default for ASN1_ENCODING_st
impl Default for ASN1_ENCODING_st
source§impl PartialEq for ASN1_ENCODING_st
impl PartialEq for ASN1_ENCODING_st
source§fn eq(&self, other: &ASN1_ENCODING_st) -> bool
fn eq(&self, other: &ASN1_ENCODING_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ASN1_ENCODING_st
impl Eq for ASN1_ENCODING_st
impl StructuralEq for ASN1_ENCODING_st
impl StructuralPartialEq for ASN1_ENCODING_st
Auto Trait Implementations§
impl RefUnwindSafe for ASN1_ENCODING_st
impl !Send for ASN1_ENCODING_st
impl !Sync for ASN1_ENCODING_st
impl Unpin for ASN1_ENCODING_st
impl UnwindSafe for ASN1_ENCODING_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