Function winit::platform_impl::linux::x11::util::has_flag

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