[][src]Trait wayland_client::protocol::wl_shm::EventHandler

pub trait EventHandler {
    fn format(&mut self, object: WlShm, format: Format) { ... }
}

An interface for handling events.

Provided methods

fn format(&mut self, object: WlShm, format: Format)

pixel format description

Informs the client about a valid pixel format that can be used for buffers. Known formats include argb8888 and xrgb8888.

Loading content...

Implementors

Loading content...