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 Freeze for git_cert_x509
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§
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