#[repr(C)]pub struct LIBSSH2_USERAUTH_KBDINT_PROMPT {
pub text: *mut c_uchar,
pub length: size_t,
pub echo: c_uchar,
}
Fields§
§text: *mut c_uchar
§length: size_t
§echo: c_uchar
Auto Trait Implementations§
impl Freeze for LIBSSH2_USERAUTH_KBDINT_PROMPT
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§
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