Struct libgit2_sys::git_cert_hostkey
source · [−]#[repr(C)]pub struct git_cert_hostkey {
pub parent: git_cert,
pub kind: git_cert_ssh_t,
pub hash_md5: [u8; 16],
pub hash_sha1: [u8; 20],
pub hash_sha256: [u8; 32],
pub raw_type: git_cert_ssh_raw_type_t,
pub hostkey: *const c_char,
pub hostkey_len: size_t,
}
Fields
parent: git_cert
kind: git_cert_ssh_t
hash_md5: [u8; 16]
hash_sha1: [u8; 20]
hash_sha256: [u8; 32]
raw_type: git_cert_ssh_raw_type_t
hostkey: *const c_char
hostkey_len: size_t
Auto Trait Implementations
impl RefUnwindSafe for git_cert_hostkey
impl !Send for git_cert_hostkey
impl !Sync for git_cert_hostkey
impl Unpin for git_cert_hostkey
impl UnwindSafe for git_cert_hostkey
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