#[repr(C)]pub struct MapEntryVectorInt<'a> {
pub key: String,
pub value: &'a [i32],
}Fields§
§key: String§value: &'a [i32]Trait Implementations§
Source§impl<'a> ExternType for MapEntryVectorInt<'a>
impl<'a> ExternType for MapEntryVectorInt<'a>
Auto Trait Implementations§
impl<'a> Freeze for MapEntryVectorInt<'a>
impl<'a> RefUnwindSafe for MapEntryVectorInt<'a>
impl<'a> Send for MapEntryVectorInt<'a>
impl<'a> Sync for MapEntryVectorInt<'a>
impl<'a> Unpin for MapEntryVectorInt<'a>
impl<'a> UnwindSafe for MapEntryVectorInt<'a>
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