Struct ssh_parser::ssh::SshPacketDisconnect [] [src]

pub struct SshPacketDisconnect<'a> {
    pub reason_code: u32,
    pub description: &'a [u8],
    pub lang: &'a [u8],
}

SSH Disconnection Message

Defined in RFC4253 Section 11.1.

Fields

Methods

impl<'a> SshPacketDisconnect<'a>
[src]

Parse Disconnection Description

Parse Disconnection Reason Code

Trait Implementations

impl<'a> Debug for SshPacketDisconnect<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SshPacketDisconnect<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.