Struct ntp_parser::ntp::NtpMac[][src]

pub struct NtpMac<'a> {
    pub key_id: u32,
    pub mac: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for NtpMac<'a>

impl<'a> Sync for NtpMac<'a>