pub struct Compositor;
Expand description
An implementation of the wl_compositor global.
Implementations§
Source§impl Compositor
impl Compositor
Trait Implementations§
Source§impl RequestReceiver<WlCompositor> for Compositor
impl RequestReceiver<WlCompositor> for Compositor
Auto Trait Implementations§
impl Freeze for Compositor
impl RefUnwindSafe for Compositor
impl Send for Compositor
impl Sync for Compositor
impl Unpin for Compositor
impl UnwindSafe for Compositor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more