#[repr(C)]pub struct X509Cert {
pub data: *mut c_void,
pub offset: c_int,
}Fields§
§data: *mut c_void§offset: c_intTrait Implementations§
impl Copy for X509Cert
impl Eq for X509Cert
impl StructuralPartialEq for X509Cert
Auto Trait Implementations§
impl Freeze for X509Cert
impl RefUnwindSafe for X509Cert
impl !Send for X509Cert
impl !Sync for X509Cert
impl Unpin for X509Cert
impl UnsafeUnpin for X509Cert
impl UnwindSafe for X509Cert
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