Struct wayland_sys::common::wl_interface[][src]

#[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_charversion: c_intrequest_count: c_intrequests: *const wl_messageevent_count: c_intevents: *const wl_message

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.