#[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: u32§status: u32§error_unused: ssh_string§lang_unused: ssh_string§errormsg: *mut c_char§langmsg: *mut c_charTrait Implementations§
source§impl Clone for sftp_status_message_struct
 
impl Clone for sftp_status_message_struct
source§fn clone(&self) -> sftp_status_message_struct
 
fn clone(&self) -> sftp_status_message_struct
Returns a copy 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 sftp_status_message_struct
 
impl Debug for sftp_status_message_struct
impl Copy for sftp_status_message_struct
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§
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