#[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§
Source§impl Clone for asn1_string_st
impl Clone for asn1_string_st
Source§fn clone(&self) -> asn1_string_st
fn clone(&self) -> asn1_string_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_string_st
impl Debug for asn1_string_st
Source§impl Default for asn1_string_st
impl Default for asn1_string_st
Source§impl PartialEq for asn1_string_st
impl PartialEq for asn1_string_st
impl Copy for asn1_string_st
impl Eq for asn1_string_st
impl StructuralPartialEq for asn1_string_st
Auto Trait Implementations§
impl Freeze for asn1_string_st
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§
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