Struct ntp_parser::ntp::NtpMac
[−]
[src]
pub struct NtpMac<'a> {
pub key_id: u32,
pub mac: &'a [u8],
}Fields
key_id: u32
mac: &'a [u8]
Trait Implementations
impl<'a> Debug for NtpMac<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more