pub struct InterpreterContext<'a, SD: SignedDistance, const STACK_DEPTH: usize = 64> { /* private fields */ }Auto Trait Implementations§
impl<'a, SD, const STACK_DEPTH: usize> Freeze for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: Freeze,
impl<'a, SD, const STACK_DEPTH: usize> RefUnwindSafe for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: RefUnwindSafe,
impl<'a, SD, const STACK_DEPTH: usize> Send for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: Send,
impl<'a, SD, const STACK_DEPTH: usize> Sync for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: Sync,
impl<'a, SD, const STACK_DEPTH: usize> Unpin for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: Unpin,
impl<'a, SD, const STACK_DEPTH: usize> UnwindSafe for InterpreterContext<'a, SD, STACK_DEPTH>where
SD: UnwindSafe,
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