pub struct NiTMapVtbl<K, V> {
pub __base: NiTMapBaseVtbl<K, V, NiTDefaultAllocator<NiTMapItem<K, V>>>,
}
Fields§
§__base: NiTMapBaseVtbl<K, V, NiTDefaultAllocator<NiTMapItem<K, V>>>
Auto Trait Implementations§
impl<K, V> Freeze for NiTMapVtbl<K, V>
impl<K, V> RefUnwindSafe for NiTMapVtbl<K, V>
impl<K, V> Send for NiTMapVtbl<K, V>
impl<K, V> Sync for NiTMapVtbl<K, V>
impl<K, V> Unpin for NiTMapVtbl<K, V>
impl<K, V> UnwindSafe for NiTMapVtbl<K, V>
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