Struct openssl_sys::ASN1_ENCODING
source · [−]Fields
enc: *mut c_uchar
len: c_long
modified: c_int
Auto Trait Implementations
impl RefUnwindSafe for ASN1_ENCODING
impl !Send for ASN1_ENCODING
impl !Sync for ASN1_ENCODING
impl Unpin for ASN1_ENCODING
impl UnwindSafe for ASN1_ENCODING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more