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