Struct wayland_sys::common::wl_interface
source · [−]#[repr(C)]pub struct wl_interface {
pub name: *const c_char,
pub version: c_int,
pub request_count: c_int,
pub requests: *const wl_message,
pub event_count: c_int,
pub events: *const wl_message,
}
Fields
name: *const c_char
version: c_int
request_count: c_int
requests: *const wl_message
event_count: c_int
events: *const wl_message
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more