#[repr(C)]pub struct ASN1_ENCODING_st {
pub enc: *mut u8,
pub len: i64,
pub modified: i32,
}
Fields§
§enc: *mut u8
§len: i64
§modified: i32
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
impl Copy for ASN1_ENCODING_st
Auto Trait Implementations§
impl Freeze for ASN1_ENCODING_st
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