Constant fidl_fuchsia_io::MODE_TYPE_MASK
source · pub const MODE_TYPE_MASK: u32 = 1044480;
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.