Struct thrussh::ChannelParameters [] [src]

pub struct ChannelParameters {
    pub recipient_channel: u32,
    pub sender_channel: u32,
    pub recipient_window_size: u32,
    pub sender_window_size: u32,
    pub recipient_maximum_packet_size: u32,
    pub sender_maximum_packet_size: u32,
}

Fields

recipient_channel: u32 sender_channel: u32 recipient_window_size: u32 sender_window_size: u32 recipient_maximum_packet_size: u32 sender_maximum_packet_size: u32

Trait Implementations

impl Debug for ChannelParameters
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.