Display

Trait Display 

Source
pub trait Display:
    HasDisplayHandle
    + MaybeSend
    + MaybeSync
    + 'static { }
Expand description

An owned display handle that can be used in a Compositor.

This is just a convenient super trait of the raw-window-handle trait.

Implementors§

Source§

impl<T> Display for T
where T: HasDisplayHandle + MaybeSend + MaybeSync + 'static,