#[repr(C)]pub struct tm_graph_import_result_t {
pub nodes: *mut tm_graph_imported_node_t,
pub connections: *mut tm_graph_imported_connection_t,
pub datas: *mut tm_graph_imported_data_t,
pub comments: *mut tm_graph_imported_comment_t,
pub node_connectors: *mut tm_graph_node_connectors_t,
pub node_graph_ids: *mut tm_tt_id_t,
pub num_nodes: u32,
pub num_connections: u32,
pub num_datas: u32,
pub num_comments: u32,
}Fields§
§nodes: *mut tm_graph_imported_node_t§connections: *mut tm_graph_imported_connection_t§datas: *mut tm_graph_imported_data_t§comments: *mut tm_graph_imported_comment_t§node_connectors: *mut tm_graph_node_connectors_t§node_graph_ids: *mut tm_tt_id_t§num_nodes: u32§num_connections: u32§num_datas: u32§num_comments: u32Trait Implementations§
Source§impl Clone for tm_graph_import_result_t
impl Clone for tm_graph_import_result_t
Source§fn clone(&self) -> tm_graph_import_result_t
fn clone(&self) -> tm_graph_import_result_t
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_import_result_t
Auto Trait Implementations§
impl Freeze for tm_graph_import_result_t
impl RefUnwindSafe for tm_graph_import_result_t
impl !Send for tm_graph_import_result_t
impl !Sync for tm_graph_import_result_t
impl Unpin for tm_graph_import_result_t
impl UnsafeUnpin for tm_graph_import_result_t
impl UnwindSafe for tm_graph_import_result_t
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