Struct libssh_rs_sys::sftp_packet_struct
source · [−]#[repr(C)]pub struct sftp_packet_struct {
pub sftp: sftp_session,
pub type_: u8,
pub payload: ssh_buffer,
}Fields
sftp: sftp_sessiontype_: u8payload: ssh_bufferTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sftp_packet_struct
impl !Send for sftp_packet_struct
impl !Sync for sftp_packet_struct
impl Unpin for sftp_packet_struct
impl UnwindSafe for sftp_packet_struct
Blanket Implementations
Mutably borrows from an owned value. Read more