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

pub struct wl_array {
    pub size: usize,
    pub alloc: usize,
    pub data: *mut c_void,
}

Fields

size: usize alloc: usize data: *mut c_void