Struct libgit2_sys::git_cert_x509[][src]

#[repr(C)]
pub struct git_cert_x509 { pub parent: git_cert, pub data: *mut c_void, pub len: size_t, }

Fields

parent: git_certdata: *mut c_voidlen: size_t

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.