#[repr(C)]pub struct asn1_string_st {
pub length: c_int,
pub type_: c_int,
pub data: *mut c_uchar,
pub flags: c_long,
}
Fields
length: c_int
type_: c_int
data: *mut c_uchar
flags: c_long
Trait Implementations
sourceimpl Clone for asn1_string_st
impl Clone for asn1_string_st
sourcefn clone(&self) -> asn1_string_st
fn clone(&self) -> asn1_string_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_string_st
impl Debug for asn1_string_st
sourceimpl Default for asn1_string_st
impl Default for asn1_string_st
sourceimpl PartialEq<asn1_string_st> for asn1_string_st
impl PartialEq<asn1_string_st> for asn1_string_st
sourcefn eq(&self, other: &asn1_string_st) -> bool
fn eq(&self, other: &asn1_string_st) -> bool
impl Copy for asn1_string_st
impl Eq for asn1_string_st
impl StructuralEq for asn1_string_st
impl StructuralPartialEq for asn1_string_st
Auto Trait Implementations
impl RefUnwindSafe for asn1_string_st
impl !Send for asn1_string_st
impl !Sync for asn1_string_st
impl Unpin for asn1_string_st
impl UnwindSafe for asn1_string_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