#[repr(C)]pub struct ssh_jump_callbacks_struct {
pub userdata: *mut c_void,
pub before_connection: ssh_jump_before_connection_callback,
pub verify_knownhost: ssh_jump_verify_knownhost_callback,
pub authenticate: ssh_jump_authenticate_callback,
}
Fields§
§userdata: *mut c_void
§before_connection: ssh_jump_before_connection_callback
§verify_knownhost: ssh_jump_verify_knownhost_callback
§authenticate: ssh_jump_authenticate_callback
Trait Implementations§
Source§impl Clone for ssh_jump_callbacks_struct
impl Clone for ssh_jump_callbacks_struct
Source§fn clone(&self) -> ssh_jump_callbacks_struct
fn clone(&self) -> ssh_jump_callbacks_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ssh_jump_callbacks_struct
impl Debug for ssh_jump_callbacks_struct
impl Copy for ssh_jump_callbacks_struct
Auto Trait Implementations§
impl Freeze for ssh_jump_callbacks_struct
impl RefUnwindSafe for ssh_jump_callbacks_struct
impl !Send for ssh_jump_callbacks_struct
impl !Sync for ssh_jump_callbacks_struct
impl Unpin for ssh_jump_callbacks_struct
impl UnwindSafe for ssh_jump_callbacks_struct
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