Struct wayland_sys::common::wl_array
source · Fields
size: usize
alloc: usize
data: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for wl_array
impl !Send for wl_array
impl !Sync for wl_array
impl Unpin for wl_array
impl UnwindSafe for wl_array
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more