#[repr(C)]pub struct lucet_instance { /* private fields */ }
Auto Trait Implementations§
impl Freeze for lucet_instance
impl RefUnwindSafe for lucet_instance
impl Send for lucet_instance
impl Sync for lucet_instance
impl Unpin for lucet_instance
impl UnwindSafe for lucet_instance
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