Struct wayland_sys::common::wl_array
source · #[repr(C)]pub struct wl_array {
pub size: usize,
pub alloc: usize,
pub data: *mut c_void,
}
Fields§
§size: usize
§alloc: usize
§data: *mut c_void
Auto Trait Implementations§
impl Freeze for wl_array
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more