[−][src]Struct wayland_client::protocol::wl_compositor::WlCompositor
Implementations
impl WlCompositor
[src][−]
pub fn create_surface<F>(&self, implementor: F) -> Result<WlSurface, ()> where
F: FnOnce(NewProxy<WlSurface>) -> WlSurface,
[src][−]
F: FnOnce(NewProxy<WlSurface>) -> WlSurface,
create new surface
Ask the compositor to create a new surface.
pub fn create_region<F>(&self, implementor: F) -> Result<WlRegion, ()> where
F: FnOnce(NewProxy<WlRegion>) -> WlRegion,
[src][−]
F: FnOnce(NewProxy<WlRegion>) -> WlRegion,
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 Eq for WlCompositor
[src]
impl From<Proxy<WlCompositor>> for WlCompositor
[src][+]
impl From<WlCompositor> for Proxy<WlCompositor>
[src][+]
impl<T: EventHandler> HandledBy<T> for 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> Downcast for T where
T: Any,
[src][+]
T: Any,
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[src][+]
T: Send + Sync + Any,
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>,