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