Struct boring_sys::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_ucharlen: c_longmodified: c_int_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: [u8; 3]Implementations
sourceimpl 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
sourceimpl Clone for ASN1_ENCODING_st
impl Clone for ASN1_ENCODING_st
sourcefn clone(&self) -> ASN1_ENCODING_st
fn clone(&self) -> ASN1_ENCODING_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ASN1_ENCODING_st
impl Debug for ASN1_ENCODING_st
sourceimpl Default for ASN1_ENCODING_st
impl Default for ASN1_ENCODING_st
sourceimpl PartialEq<ASN1_ENCODING_st> for ASN1_ENCODING_st
impl PartialEq<ASN1_ENCODING_st> for ASN1_ENCODING_st
sourcefn eq(&self, other: &ASN1_ENCODING_st) -> bool
fn eq(&self, other: &ASN1_ENCODING_st) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more