Struct libssh2_sys::libssh2_knownhost
source · #[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_uint
§node: *mut c_void
§name: *mut c_char
§key: *mut c_char
§typemask: c_int
Auto Trait Implementations§
impl RefUnwindSafe for libssh2_knownhost
impl !Send for libssh2_knownhost
impl !Sync for libssh2_knownhost
impl Unpin for libssh2_knownhost
impl UnwindSafe for libssh2_knownhost
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