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