#[repr(C)]pub struct mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1 {
pub oid: mbedtls_x509_buf,
pub val: mbedtls_x509_buf,
}
Expand description
From RFC 4108 section 5: HardwareModuleName ::= SEQUENCE { hwType OBJECT IDENTIFIER, hwSerialNum OCTET STRING }
Fields
oid: mbedtls_x509_buf
< The object identifier.
val: mbedtls_x509_buf
< The named value.
Trait Implementations
sourceimpl Clone for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl Clone for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl Default for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl Copy for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl !Send for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl !Sync for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl Unpin for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for mbedtls_x509_san_other_name__bindgen_ty_1__bindgen_ty_1
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more