Function glutin::platform::unix::x11::util::has_flag

source ·
pub fn has_flag<T>(bitset: T, flag: T) -> bool
where T: Copy + PartialEq + BitAnd<Output = T>,