Struct wayland_sys::common::wl_array [] [src]

#[repr(C)]
pub struct wl_array { pub size: usize, pub alloc: usize, pub data: *mut c_void, }

Fields