Struct wayland_client::protocol::wl_shm::Implementation [] [src]

pub struct Implementation<ID> {
    pub format: fn(_: &mut EventQueueHandle, _: &mut ID, _: &WlShm, _: Format),
}

Fields

pixel format description

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

Arguments: event_queue_handle, interface_data, wl_shm, format

Trait Implementations

impl<ID> Copy for Implementation<ID>
[src]

impl<ID> Clone for Implementation<ID>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<ID> PartialEq for Implementation<ID>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.