Struct openssl_sys::ASN1_ENCODING
#[repr(C)]
pub struct ASN1_ENCODING {
pub enc: *mut c_uchar,
pub len: c_long,
pub modified: c_int,
}Fields
pub enc: *mut c_ucharpub len: c_longpub modified: c_intAuto Trait Implementations
impl !Send for ASN1_ENCODINGimpl !Sync for ASN1_ENCODINGimpl RefUnwindSafe for ASN1_ENCODINGimpl Unpin for ASN1_ENCODINGimpl UnwindSafe for ASN1_ENCODINGBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T