#[repr(C)]pub struct LIBSSH2_USERAUTH_KBDINT_RESPONSE {
pub text: *mut c_char,
pub length: c_uint,
}
Fields§
§text: *mut c_char
§length: c_uint
Auto Trait Implementations§
impl Freeze for LIBSSH2_USERAUTH_KBDINT_RESPONSE
impl RefUnwindSafe for LIBSSH2_USERAUTH_KBDINT_RESPONSE
impl !Send for LIBSSH2_USERAUTH_KBDINT_RESPONSE
impl !Sync for LIBSSH2_USERAUTH_KBDINT_RESPONSE
impl Unpin for LIBSSH2_USERAUTH_KBDINT_RESPONSE
impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_RESPONSE
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