#[repr(C)]pub struct LIBSSH2_USERAUTH_KBDINT_PROMPT {
pub text: *mut c_char,
pub length: c_uint,
pub echo: c_uchar,
}Fields
text: *mut c_charlength: c_uintecho: c_ucharAuto Trait Implementations
impl RefUnwindSafe for LIBSSH2_USERAUTH_KBDINT_PROMPT
impl !Send for LIBSSH2_USERAUTH_KBDINT_PROMPT
impl !Sync for LIBSSH2_USERAUTH_KBDINT_PROMPT
impl Unpin for LIBSSH2_USERAUTH_KBDINT_PROMPT
impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_PROMPT
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