#[repr(C)]pub struct wl_array { pub size: usize, pub alloc: usize, pub data: *mut c_void, }
size: usize
alloc: usize
data: *mut c_void
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.