Struct rsmgp_sys::memgraph::Memgraph [−][src]
pub struct Memgraph { /* fields omitted */ }Implementations
pub fn new(
args: *const mgp_list,
graph: *const mgp_graph,
result: *mut mgp_result,
memory: *mut mgp_memory,
module: *mut mgp_module
) -> Memgraph[src]pub fn add_read_procedure(
&self,
proc_ptr: extern "C" fn(_: *const mgp_list, _: *const mgp_graph, _: *mut mgp_result, _: *mut mgp_memory),
name: &CStr,
result_fields: &[ResultFieldType<'_>]
) -> MgpResult<()>[src]Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Memgraphimpl UnwindSafe for MemgraphBlanket Implementations
Mutably borrows from an owned value. Read more