Struct ntp_parser::ntp::NtpExtension [] [src]

pub struct NtpExtension<'a> {
    pub field_type: u16,
    pub length: u16,
    pub value: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.