Struct libssh_rs_sys::ssh_knownhosts_entry
source · [−]#[repr(C)]pub struct ssh_knownhosts_entry {
pub hostname: *mut c_char,
pub unparsed: *mut c_char,
pub publickey: ssh_key,
pub comment: *mut c_char,
}Fields
hostname: *mut c_charunparsed: *mut c_charpublickey: ssh_keycomment: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ssh_knownhosts_entry
impl !Send for ssh_knownhosts_entry
impl !Sync for ssh_knownhosts_entry
impl Unpin for ssh_knownhosts_entry
impl UnwindSafe for ssh_knownhosts_entry
Blanket Implementations
Mutably borrows from an owned value. Read more