#[repr(C)]pub struct zarray {
pub el_sz: usize,
pub size: c_int,
pub alloc: c_int,
pub data: *mut c_char,
}Fields§
§el_sz: usize§size: c_int§alloc: c_int§data: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for zarray
impl !Sync for zarray
impl Freeze for zarray
impl RefUnwindSafe for zarray
impl Unpin for zarray
impl UnsafeUnpin for zarray
impl UnwindSafe for zarray
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