pub struct GraphInterpreterApiInstance {
pub api: *mut tm_graph_interpreter_api,
pub ctx: *const tm_graph_interpreter_o,
}Fields§
§api: *mut tm_graph_interpreter_api§ctx: *const tm_graph_interpreter_oTrait Implementations§
Source§impl Clone for GraphInterpreterApiInstance
impl Clone for GraphInterpreterApiInstance
Source§fn clone(&self) -> GraphInterpreterApiInstance
fn clone(&self) -> GraphInterpreterApiInstance
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 GraphInterpreterApiInstance
Auto Trait Implementations§
impl Freeze for GraphInterpreterApiInstance
impl RefUnwindSafe for GraphInterpreterApiInstance
impl !Send for GraphInterpreterApiInstance
impl !Sync for GraphInterpreterApiInstance
impl Unpin for GraphInterpreterApiInstance
impl UnwindSafe for GraphInterpreterApiInstance
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