#[repr(C)]pub struct sftp_limits_struct {
pub max_packet_length: u64,
pub max_read_length: u64,
pub max_write_length: u64,
pub max_open_handles: u64,
}
Fields§
§max_packet_length: u64
§max_read_length: u64
§max_write_length: u64
§max_open_handles: u64
Trait Implementations§
Source§impl Clone for sftp_limits_struct
impl Clone for sftp_limits_struct
Source§fn clone(&self) -> sftp_limits_struct
fn clone(&self) -> sftp_limits_struct
Returns a duplicate 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_limits_struct
impl Debug for sftp_limits_struct
impl Copy for sftp_limits_struct
Auto Trait Implementations§
impl Freeze for sftp_limits_struct
impl RefUnwindSafe for sftp_limits_struct
impl Send for sftp_limits_struct
impl Sync for sftp_limits_struct
impl Unpin for sftp_limits_struct
impl UnwindSafe for sftp_limits_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