#[repr(C)]pub struct asn1_der_iterator {
pub buffer_length: usize,
pub buffer: *const u8,
pub pos: usize,
pub type_: asn1_type,
pub length: usize,
pub data: *const u8,
}
Fields§
§buffer_length: usize
§buffer: *const u8
§pos: usize
§type_: asn1_type
§length: usize
§data: *const u8
Trait Implementations§
Source§impl Clone for asn1_der_iterator
impl Clone for asn1_der_iterator
Source§fn clone(&self) -> asn1_der_iterator
fn clone(&self) -> asn1_der_iterator
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_der_iterator
impl Debug for asn1_der_iterator
impl Copy for asn1_der_iterator
Auto Trait Implementations§
impl Freeze for asn1_der_iterator
impl RefUnwindSafe for asn1_der_iterator
impl !Send for asn1_der_iterator
impl !Sync for asn1_der_iterator
impl Unpin for asn1_der_iterator
impl UnwindSafe for asn1_der_iterator
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