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

Auto Trait Implementations

impl !Send for wl_array

impl !Sync for wl_array