pub struct CanonThreadNewIndirect<'a> {
pub ty: Index<'a>,
pub table: CoreItemRef<'a, table>,
}Available on crate feature
component-model only.Expand description
Information relating to the thread.new-indirect intrinsic.
Fields§
§ty: Index<'a>The function type for the thread start function.
table: CoreItemRef<'a, table>The table to index.
Trait Implementations§
Source§impl<'a> Debug for CanonThreadNewIndirect<'a>
impl<'a> Debug for CanonThreadNewIndirect<'a>
Auto Trait Implementations§
impl<'a> Freeze for CanonThreadNewIndirect<'a>
impl<'a> RefUnwindSafe for CanonThreadNewIndirect<'a>
impl<'a> Send for CanonThreadNewIndirect<'a>
impl<'a> Sync for CanonThreadNewIndirect<'a>
impl<'a> Unpin for CanonThreadNewIndirect<'a>
impl<'a> UnwindSafe for CanonThreadNewIndirect<'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