Struct boring_sys::ASN1_TLC_st
source · [−]#[repr(C)]pub struct ASN1_TLC_st {
pub valid: c_char,
pub ret: c_int,
pub plen: c_long,
pub ptag: c_int,
pub pclass: c_int,
pub hdrlen: c_int,
}Fields
valid: c_charret: c_intplen: c_longptag: c_intpclass: c_inthdrlen: c_intTrait Implementations
sourceimpl Clone for ASN1_TLC_st
impl Clone for ASN1_TLC_st
sourcefn clone(&self) -> ASN1_TLC_st
fn clone(&self) -> ASN1_TLC_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_TLC_st
impl Debug for ASN1_TLC_st
sourceimpl Default for ASN1_TLC_st
impl Default for ASN1_TLC_st
sourcefn default() -> ASN1_TLC_st
fn default() -> ASN1_TLC_st
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ASN1_TLC_st> for ASN1_TLC_st
impl PartialEq<ASN1_TLC_st> for ASN1_TLC_st
sourcefn eq(&self, other: &ASN1_TLC_st) -> bool
fn eq(&self, other: &ASN1_TLC_st) -> bool
impl Copy for ASN1_TLC_st
impl Eq for ASN1_TLC_st
impl StructuralEq for ASN1_TLC_st
impl StructuralPartialEq for ASN1_TLC_st
Auto Trait Implementations
impl RefUnwindSafe for ASN1_TLC_st
impl Send for ASN1_TLC_st
impl Sync for ASN1_TLC_st
impl Unpin for ASN1_TLC_st
impl UnwindSafe for ASN1_TLC_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