[][src]Struct tm_rs::ffi::tm_graph_import_result_t

#[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_tconnections: *mut tm_graph_imported_connection_tdatas: *mut tm_graph_imported_data_tcomments: *mut tm_graph_imported_comment_tnode_connectors: *mut tm_graph_node_connectors_tnode_graph_ids: *mut tm_tt_id_tnum_nodes: u32num_connections: u32num_datas: u32num_comments: u32

Trait Implementations

impl Clone for tm_graph_import_result_t[src]

impl Copy for tm_graph_import_result_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.