Function pilka_winit::winit::platform::unix::x11::util::has_flag[][src]

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