Struct libssh_rs_sys::sftp_dir_struct
source · [−]#[repr(C)]pub struct sftp_dir_struct {
pub sftp: sftp_session,
pub name: *mut c_char,
pub handle: ssh_string,
pub buffer: ssh_buffer,
pub count: u32,
pub eof: c_int,
}Fields
sftp: sftp_sessionname: *mut c_charhandle: ssh_stringbuffer: ssh_buffercount: u32eof: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sftp_dir_struct
impl !Send for sftp_dir_struct
impl !Sync for sftp_dir_struct
impl Unpin for sftp_dir_struct
impl UnwindSafe for sftp_dir_struct
Blanket Implementations
Mutably borrows from an owned value. Read more