Struct wayland_sys::common::wl_message [] [src]

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

Fields

name: *const c_char signature: *const c_char types: *const *const wl_interface