Struct ssh2::ReadWindow [−][src]
Description of the read window as returned by Channel::read_window
Fields
remaining: u32
The number of bytes which the remote end may send without overflowing the window limit.
available: u32
The number of bytes actually available to be read.
window_size_initial: u32
The window_size_initial as defined by the channel open request
Trait Implementations
impl Copy for ReadWindow[src]
impl Copy for ReadWindowimpl Clone for ReadWindow[src]
impl Clone for ReadWindowfn clone(&self) -> ReadWindow[src]
fn clone(&self) -> ReadWindowReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ReadWindow
impl Send for ReadWindowimpl Sync for ReadWindow
impl Sync for ReadWindow