Struct simics_api_sys::str_vec_t__bindgen_ty_1
source · #[repr(C)]pub struct str_vec_t__bindgen_ty_1 {
pub size: c_int,
pub used: c_int,
pub elements: *mut *mut c_char,
}
Fields§
§size: c_int
§used: c_int
§elements: *mut *mut c_char
Trait Implementations§
source§impl Clone for str_vec_t__bindgen_ty_1
impl Clone for str_vec_t__bindgen_ty_1
source§fn clone(&self) -> str_vec_t__bindgen_ty_1
fn clone(&self) -> str_vec_t__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for str_vec_t__bindgen_ty_1
impl Debug for str_vec_t__bindgen_ty_1
source§impl Default for str_vec_t__bindgen_ty_1
impl Default for str_vec_t__bindgen_ty_1
source§impl Hash for str_vec_t__bindgen_ty_1
impl Hash for str_vec_t__bindgen_ty_1
source§impl Ord for str_vec_t__bindgen_ty_1
impl Ord for str_vec_t__bindgen_ty_1
source§fn cmp(&self, other: &str_vec_t__bindgen_ty_1) -> Ordering
fn cmp(&self, other: &str_vec_t__bindgen_ty_1) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for str_vec_t__bindgen_ty_1
impl PartialEq for str_vec_t__bindgen_ty_1
source§impl PartialOrd for str_vec_t__bindgen_ty_1
impl PartialOrd for str_vec_t__bindgen_ty_1
impl Copy for str_vec_t__bindgen_ty_1
impl Eq for str_vec_t__bindgen_ty_1
impl StructuralPartialEq for str_vec_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for str_vec_t__bindgen_ty_1
impl RefUnwindSafe for str_vec_t__bindgen_ty_1
impl !Send for str_vec_t__bindgen_ty_1
impl !Sync for str_vec_t__bindgen_ty_1
impl Unpin for str_vec_t__bindgen_ty_1
impl UnwindSafe for str_vec_t__bindgen_ty_1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)