Searched defs:DisplayWl (Results 1 – 1 of 1) sorted by relevance
202 pub struct DisplayWl { struct203 dmabufs: HashMap<u32, DwlDmabuf>,204 ctx: DwlContext,205 current_event: Option<dwl_event>,206 mt_tracking_id: u16,231 impl DisplayWl { impl233 pub fn new(wayland_path: Option<&Path>) -> GpuDisplayResult<DisplayWl> { in new()297 impl DisplayT for DisplayWl { implementation494 impl SysDisplayT for DisplayWl {} implementation496 impl AsRawDescriptor for DisplayWl { implementation