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

pub trait Handler {
    fn format(
        &mut self,
        evqh: &mut EventQueueHandle,
        proxy: &WlShm,
        format: Format
    ) { ... } }

Provided Methods

pixel format description

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

Implementors