#[repr(C)]pub struct Sarray {
pub nalloc: l_int32,
pub n: l_int32,
pub refcount: l_int32,
pub array: *mut *mut c_char,
}Fields§
§nalloc: l_int32§n: l_int32§refcount: l_int32§array: *mut *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for Sarray
impl RefUnwindSafe for Sarray
impl !Send for Sarray
impl !Sync for Sarray
impl Unpin for Sarray
impl UnwindSafe for Sarray
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