Struct wayland_sys::common::wl_list [] [src]

#[repr(C)]
pub struct wl_list { pub prev: *mut wl_list, pub next: *mut wl_list, }

Fields