Struct wolfssl_sys::WOLFSSL_ASN1_TIME
source · #[repr(C)]pub struct WOLFSSL_ASN1_TIME {
pub data: [c_uchar; 32],
pub length: c_int,
pub type_: c_int,
}Fields§
§data: [c_uchar; 32]§length: c_int§type_: c_intTrait Implementations§
source§impl Clone for WOLFSSL_ASN1_TIME
impl Clone for WOLFSSL_ASN1_TIME
source§fn clone(&self) -> WOLFSSL_ASN1_TIME
fn clone(&self) -> WOLFSSL_ASN1_TIME
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 more