pub struct PackIndex { /* private fields */ }Expand description
Pack index for fast object lookup.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackIndex
impl RefUnwindSafe for PackIndex
impl Send for PackIndex
impl Sync for PackIndex
impl Unpin for PackIndex
impl UnsafeUnpin for PackIndex
impl UnwindSafe for PackIndex
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