Struct ssh2::WriteWindow [] [src]

pub struct WriteWindow {
    pub remaining: u32,
    pub window_size_initial: u32,
}

Description of the write window as returned by Channel::write_window

Fields

The number of bytes which may be safely written on the channel without blocking.

The window_size_initial as defined by the channel open request

Trait Implementations

impl Copy for WriteWindow
[src]

impl Clone for WriteWindow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WriteWindow

impl Sync for WriteWindow