#[repr(C)]pub struct wl_message {
pub name: *const c_char,
pub signature: *const c_char,
pub types: *const *const wl_interface,
}Expand description
The libwayland wl_message type.
Fields§
§name: *const c_char§signature: *const c_char§types: *const *const wl_interfaceTrait Implementations§
impl Send for wl_message
impl Sync for wl_message
Auto Trait Implementations§
impl Freeze for wl_message
impl RefUnwindSafe for wl_message
impl Unpin for wl_message
impl UnwindSafe for wl_message
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more