Struct wayland_client::protocol::wl_compositor::WlCompositor [−][src]
pub struct WlCompositor(_);
Implementations
impl WlCompositor
[src][−]
pub fn create_surface(&self) -> Main<WlSurface>
[src][−]
create new surface
Ask the compositor to create a new surface.
pub fn create_region(&self) -> Main<WlRegion>
[src][−]
create new region
Ask the compositor to create a new region.
Trait Implementations
impl AsRef<Proxy<WlCompositor>> for WlCompositor
[src][+]
impl Clone for WlCompositor
[src][+]
impl Debug for WlCompositor
[src][+]
impl Eq for WlCompositor
[src]
impl From<Proxy<WlCompositor>> for WlCompositor
[src][+]
impl From<WlCompositor> for Proxy<WlCompositor>
[src][+]
impl Interface for WlCompositor
[src][+]
impl PartialEq<WlCompositor> for WlCompositor
[src][+]
impl StructuralEq for WlCompositor
[src]
impl StructuralPartialEq for WlCompositor
[src]
Auto Trait Implementations
impl !RefUnwindSafe for WlCompositor
impl Send for WlCompositor
impl Sync for WlCompositor
impl Unpin for WlCompositor
impl !UnwindSafe for WlCompositor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,