Skip to main content

PacketByte1

Type Alias PacketByte1 

Source
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

Source§

const PACKED_SIZE_BYTES: usize = 1

The constant size in bytes when this type is packed for network transmission.