pub type PacketByte1 = (LeapIndicator, Version, Mode);Expand description
The consecutive types within the first packed byte in the NTP packet.
Trait Implementations§
Source§impl ConstPackedSizeBytes for PacketByte1
impl ConstPackedSizeBytes for PacketByte1
Source§const PACKED_SIZE_BYTES: usize = 1
const PACKED_SIZE_BYTES: usize = 1
The constant size in bytes when this type is packed for network transmission.