#[repr(C)]pub struct oc_cert {
pub der_len: c_int,
pub der_data: *mut c_uchar,
pub reserved: *mut c_void,
}
Fields§
§der_len: c_int
§der_data: *mut c_uchar
§reserved: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for oc_cert
impl RefUnwindSafe for oc_cert
impl !Send for oc_cert
impl !Sync for oc_cert
impl Unpin for oc_cert
impl UnwindSafe for oc_cert
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more