#[repr(C)]pub struct tm_graph_aspect_i {
pub node_interface_name: *const i8,
pub io_type_interface_name: *const i8,
pub graph_object: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t) -> tm_tt_id_t>,
pub subgraph_type_hash: u64,
}Fields§
§node_interface_name: *const i8§io_type_interface_name: *const i8§graph_object: Option<unsafe extern "C" fn(*const tm_the_truth_o, tm_tt_id_t) -> tm_tt_id_t>§subgraph_type_hash: u64Trait Implementations§
Source§impl Clone for tm_graph_aspect_i
impl Clone for tm_graph_aspect_i
Source§fn clone(&self) -> tm_graph_aspect_i
fn clone(&self) -> tm_graph_aspect_i
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 tm_graph_aspect_i
Auto Trait Implementations§
impl Freeze for tm_graph_aspect_i
impl RefUnwindSafe for tm_graph_aspect_i
impl !Send for tm_graph_aspect_i
impl !Sync for tm_graph_aspect_i
impl Unpin for tm_graph_aspect_i
impl UnwindSafe for tm_graph_aspect_i
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