Struct wasmtime_obj::ObjectBuilderTarget
source · [−]pub struct ObjectBuilderTarget { /* private fields */ }
Implementations
sourceimpl ObjectBuilderTarget
impl ObjectBuilderTarget
pub fn new(arch: Architecture) -> Result<Self, Error>
pub fn from_triple(triple: &Triple) -> Result<Self, Error>
Auto Trait Implementations
impl RefUnwindSafe for ObjectBuilderTarget
impl Send for ObjectBuilderTarget
impl Sync for ObjectBuilderTarget
impl Unpin for ObjectBuilderTarget
impl UnwindSafe for ObjectBuilderTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more