Struct ssh2::WriteWindow [−][src]
Description of the write window as returned by Channel::write_window
Fields
remaining: u32
The number of bytes which may be safely written on the channel without blocking.
window_size_initial: u32
The window_size_initial as defined by the channel open request
Trait Implementations
impl Copy for WriteWindow[src]
impl Copy for WriteWindowimpl Clone for WriteWindow[src]
impl Clone for WriteWindowfn clone(&self) -> WriteWindow[src]
fn clone(&self) -> WriteWindowReturns 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 WriteWindow
impl Send for WriteWindowimpl Sync for WriteWindow
impl Sync for WriteWindow