#[repr(C)]pub struct zvec_string_array_t {
pub strings: *mut zvec_string_t,
pub count: usize,
}Expand description
An array of owned strings.
Fields§
§strings: *mut zvec_string_t§count: usizeAuto Trait Implementations§
impl !Send for zvec_string_array_t
impl !Sync for zvec_string_array_t
impl Freeze for zvec_string_array_t
impl RefUnwindSafe for zvec_string_array_t
impl Unpin for zvec_string_array_t
impl UnsafeUnpin for zvec_string_array_t
impl UnwindSafe for zvec_string_array_t
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