Constant dnstplib::byte::BYTEMASK_16
source ยท const BYTEMASK_16: u16 = 0b11111111;
Expand description
8-bit mask for wiping out bits past a byte. Formatted as a 16-bit number
const BYTEMASK_16: u16 = 0b11111111;
8-bit mask for wiping out bits past a byte. Formatted as a 16-bit number