#[repr(C)]pub struct lucet_vmctx { /* private fields */ }Expand description
Marker type for the vmctx pointer argument.
This type should only be used with Vmctx::from_raw() or
the C API.
Auto Trait Implementations§
impl Freeze for lucet_vmctx
impl RefUnwindSafe for lucet_vmctx
impl Send for lucet_vmctx
impl Sync for lucet_vmctx
impl Unpin for lucet_vmctx
impl UnwindSafe for lucet_vmctx
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