Struct libssh_rs_sys::sftp_file_struct
source · [−]#[repr(C)]pub struct sftp_file_struct {
pub sftp: sftp_session,
pub name: *mut c_char,
pub offset: u64,
pub handle: ssh_string,
pub eof: c_int,
pub nonblocking: c_int,
}Fields
sftp: sftp_sessionname: *mut c_charoffset: u64handle: ssh_stringeof: c_intnonblocking: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sftp_file_struct
impl !Send for sftp_file_struct
impl !Sync for sftp_file_struct
impl Unpin for sftp_file_struct
impl UnwindSafe for sftp_file_struct
Blanket Implementations
Mutably borrows from an owned value. Read more