pub struct VMTableImport<P: PtrSize>(pub P);Expand description
Offsets of fields within the VMTableImport type.
Tuple Fields§
§0: PImplementations§
Source§impl<P: PtrSize> VMTableImport<P>
impl<P: PtrSize> VMTableImport<P>
Auto Trait Implementations§
impl<P> Freeze for VMTableImport<P>where
P: Freeze,
impl<P> RefUnwindSafe for VMTableImport<P>where
P: RefUnwindSafe,
impl<P> Send for VMTableImport<P>where
P: Send,
impl<P> Sync for VMTableImport<P>where
P: Sync,
impl<P> Unpin for VMTableImport<P>where
P: Unpin,
impl<P> UnsafeUnpin for VMTableImport<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for VMTableImport<P>where
P: UnwindSafe,
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