Struct simics_api_sys::str_vec_t
source · #[repr(C)]pub struct str_vec_t {
pub v: str_vec_t__bindgen_ty_1,
}
Fields§
§v: str_vec_t__bindgen_ty_1
Trait Implementations§
source§impl Ord for str_vec_t
impl Ord for str_vec_t
source§impl PartialOrd for str_vec_t
impl PartialOrd for str_vec_t
impl Copy for str_vec_t
impl Eq for str_vec_t
impl StructuralPartialEq for str_vec_t
Auto Trait Implementations§
impl Freeze for str_vec_t
impl RefUnwindSafe for str_vec_t
impl !Send for str_vec_t
impl !Sync for str_vec_t
impl Unpin for str_vec_t
impl UnwindSafe for str_vec_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
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
)