#[repr(C)]
pub struct sftp_client_message_struct {
Show 15 fields pub sftp: sftp_session, pub type_: u8, pub id: u32, pub filename: *mut c_char, pub flags: u32, pub attr: sftp_attributes, pub handle: ssh_string, pub offset: u64, pub len: u32, pub attr_num: c_int, pub attrbuf: ssh_buffer, pub data: ssh_string, pub complete_message: ssh_buffer, pub str_data: *mut c_char, pub submessage: *mut c_char,
}

Fields

sftp: sftp_sessiontype_: u8id: u32filename: *mut c_charflags: u32attr: sftp_attributeshandle: ssh_stringoffset: u64len: u32attr_num: c_intattrbuf: ssh_bufferdata: ssh_stringcomplete_message: ssh_bufferstr_data: *mut c_charsubmessage: *mut c_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.