Struct libssh_rs_sys::sftp_status_message_struct
source · [−]#[repr(C)]pub struct sftp_status_message_struct {
pub id: u32,
pub status: u32,
pub error_unused: ssh_string,
pub lang_unused: ssh_string,
pub errormsg: *mut c_char,
pub langmsg: *mut c_char,
}Fields
id: u32status: u32error_unused: ssh_stringlang_unused: ssh_stringerrormsg: *mut c_charlangmsg: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sftp_status_message_struct
impl !Send for sftp_status_message_struct
impl !Sync for sftp_status_message_struct
impl Unpin for sftp_status_message_struct
impl UnwindSafe for sftp_status_message_struct
Blanket Implementations
Mutably borrows from an owned value. Read more