Struct wayland_client::internals::wl_message [] [src]

pub struct wl_message {
    pub name: *const c_char,
    pub signature: *const c_char,
    pub types: *const *mut wl_interface,
}

Type representing a message in the libwayland-client.so ABI.

Fields

name
signature
types