#[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_messageTrait Implementations§
Source§impl Debug for wl_interface
 
impl Debug for wl_interface
impl Send for wl_interface
impl Sync for wl_interface
Auto Trait Implementations§
impl Freeze for wl_interface
impl RefUnwindSafe for wl_interface
impl Unpin for wl_interface
impl UnwindSafe for wl_interface
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