Enum wayland_client::commons::NoMessage [−][src]
pub enum NoMessage {}An empty enum representing a MessageGroup with no messages
Trait Implementations
impl MessageGroup for NoMessage[src]
impl MessageGroup for NoMessagefn is_destructor(&self) -> bool[src]
fn is_destructor(&self) -> boolWhether this message is a destructor Read more
unsafe fn from_raw_c(
_obj: *mut c_void,
_opcode: u32,
_args: *const wl_argument
) -> Result<NoMessage, ()>[src]
unsafe fn from_raw_c(
_obj: *mut c_void,
_opcode: u32,
_args: *const wl_argument
) -> Result<NoMessage, ()>Construct a message of this group from its C representation
fn as_raw_c_in<F, T>(self, _f: F) -> T where
F: FnOnce(u32, &mut [wl_argument]) -> T, [src]
fn as_raw_c_in<F, T>(self, _f: F) -> T where
F: FnOnce(u32, &mut [wl_argument]) -> T, Build a C representation of this message Read more