Struct libssh2_sys::libssh2_knownhost[][src]

#[repr(C)]
pub struct libssh2_knownhost { pub magic: c_uint, pub node: *mut c_void, pub name: *mut c_char, pub key: *mut c_char, pub typemask: c_int, }

Fields

magic: c_uintnode: *mut c_voidname: *mut c_charkey: *mut c_chartypemask: c_int

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.