pub struct TestCtx { /* private fields */ }Expand description
A struct holding both a native vrt_ctx struct and the space it points to.
As the name implies, this struct mainly exist to facilitate testing and should probably not be used elsewhere.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestCtx
impl RefUnwindSafe for TestCtx
impl !Send for TestCtx
impl !Sync for TestCtx
impl Unpin for TestCtx
impl UnwindSafe for TestCtx
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