Struct libssh_rs_sys::sftp_message_struct 
source · #[repr(C)]pub struct sftp_message_struct {
    pub sftp: sftp_session,
    pub packet_type: u8,
    pub payload: ssh_buffer,
    pub id: u32,
}Fields§
§sftp: sftp_session§packet_type: u8§payload: ssh_buffer§id: u32Trait Implementations§
source§impl Clone for sftp_message_struct
 
impl Clone for sftp_message_struct
source§fn clone(&self) -> sftp_message_struct
 
fn clone(&self) -> sftp_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_message_struct
 
impl Debug for sftp_message_struct
impl Copy for sftp_message_struct
Auto Trait Implementations§
impl RefUnwindSafe for sftp_message_struct
impl !Send for sftp_message_struct
impl !Sync for sftp_message_struct
impl Unpin for sftp_message_struct
impl UnwindSafe for sftp_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