pub struct GraphInterpreterApi { /* private fields */ }Trait Implementations§
Source§impl Api for GraphInterpreterApi
impl Api for GraphInterpreterApi
Source§impl ApiWithCtx for GraphInterpreterApi
impl ApiWithCtx for GraphInterpreterApi
type Ctx = tm_graph_interpreter_o
type ApiInstance = GraphInterpreterApiInstance
fn wrap(self, ctx: *const Self::Ctx) -> Self::ApiInstance
Source§impl ApiWithCtxMut for GraphInterpreterApi
impl ApiWithCtxMut for GraphInterpreterApi
type ApiInstanceMut = GraphInterpreterApiInstanceMut
fn wrap_mut(self, ctx: *mut Self::Ctx) -> Self::ApiInstanceMut
Source§impl Clone for GraphInterpreterApi
impl Clone for GraphInterpreterApi
Source§fn clone(&self) -> GraphInterpreterApi
fn clone(&self) -> GraphInterpreterApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphInterpreterApi
impl Send for GraphInterpreterApi
impl Sync for GraphInterpreterApi
Auto Trait Implementations§
impl Freeze for GraphInterpreterApi
impl RefUnwindSafe for GraphInterpreterApi
impl Unpin for GraphInterpreterApi
impl UnwindSafe for GraphInterpreterApi
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