Enum wayland_client::protocol::wl_shm::Event [] [src]

pub enum Event {
    Format {
        format: Format,
    },
}

Variants

pixel format description

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

Fields of Format

Trait Implementations

impl MessageGroup for Event
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event