#[repr(C)]pub struct mbedtls_asn1_bitstring {
    pub len: usize,
    pub unused_bits: u8,
    pub p: *mut u8,
}Expand description
Container for ASN1 bit strings.
Fields§
§len: usize< ASN1 length, in octets.
unused_bits: u8< Number of unused bits at the end of the string
p: *mut u8< Raw ASN1 data for the bit string
Trait Implementations§
Source§impl Clone for mbedtls_asn1_bitstring
 
impl Clone for mbedtls_asn1_bitstring
Source§fn clone(&self) -> mbedtls_asn1_bitstring
 
fn clone(&self) -> mbedtls_asn1_bitstring
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for mbedtls_asn1_bitstring
 
impl Debug for mbedtls_asn1_bitstring
Source§impl Default for mbedtls_asn1_bitstring
 
impl Default for mbedtls_asn1_bitstring
Source§fn default() -> mbedtls_asn1_bitstring
 
fn default() -> mbedtls_asn1_bitstring
Returns the “default value” for a type. Read more
impl Copy for mbedtls_asn1_bitstring
Auto Trait Implementations§
impl Freeze for mbedtls_asn1_bitstring
impl RefUnwindSafe for mbedtls_asn1_bitstring
impl !Send for mbedtls_asn1_bitstring
impl !Sync for mbedtls_asn1_bitstring
impl Unpin for mbedtls_asn1_bitstring
impl UnwindSafe for mbedtls_asn1_bitstring
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)