Struct libgit2_sys::git_cert_x509
source · [−]#[repr(C)]pub struct git_cert_x509 {
pub parent: git_cert,
pub data: *mut c_void,
pub len: size_t,
}
Fields
parent: git_cert
data: *mut c_void
len: size_t
Auto Trait Implementations
impl RefUnwindSafe for git_cert_x509
impl !Send for git_cert_x509
impl !Sync for git_cert_x509
impl Unpin for git_cert_x509
impl UnwindSafe for git_cert_x509
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