[][src]Trait ntpd::BinLen

pub trait BinLen {
    const LEN: usize;
}

Number of bytes of binary representation of struct.

Associated Constants

const LEN: usize

Loading content...

Implementors

impl BinLen for Header[src]

impl BinLen for NtpPacket[src]

impl BinLen for RefIdentifier[src]

impl BinLen for ShortTimestamp[src]

impl BinLen for Timestamp[src]

Loading content...