Struct esp_idf_sys::mbedtls_asn1_bitstring
source · #[repr(C)]pub struct mbedtls_asn1_bitstring {
pub len: usize,
pub unused_bits: c_uchar,
pub p: *mut c_uchar,
}
Expand description
Container for ASN1 bit strings.
Fields§
§len: usize
< ASN1 length, in octets.
unused_bits: c_uchar
< Number of unused bits at the end of the string
p: *mut c_uchar
< 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
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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)