Constant MODE_TYPE_MASK
pub const MODE_TYPE_MASK: u32 = 1044480; // 1_044_480u32
Expand description
Bits indicating node type. The canonical mechanism to check
for a node type is to take ‘mode’, bitwise AND it with the
MODE_TYPE_MASK
, and check exact equality against a mode type.