Struct wayland_sys::common::wl_message [−][src]
#[repr(C)]pub struct wl_message { pub name: *const c_char, pub signature: *const c_char, pub types: *const *const wl_interface, }
Fields
name: *const c_charsignature: *const c_chartypes: *const *const wl_interfaceAuto Trait Implementations
impl RefUnwindSafe for wl_messageimpl !Send for wl_messageimpl !Sync for wl_messageimpl Unpin for wl_messageimpl UnwindSafe for wl_message