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