[][src]Trait grapl_ipc_generator_plugin::IIpcNode

pub trait IIpcNode {
    fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode;

    fn with_src_pid(&mut self, src_pid: impl Into<u64>) -> &mut Self { ... }
fn with_dst_pid(&mut self, dst_pid: impl Into<u64>) -> &mut Self { ... }
fn with_ipc_type(&mut self, ipc_type: impl Into<String>) -> &mut Self { ... } }

Required methods

fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode

Loading content...

Provided methods

fn with_src_pid(&mut self, src_pid: impl Into<u64>) -> &mut Self

fn with_dst_pid(&mut self, dst_pid: impl Into<u64>) -> &mut Self

fn with_ipc_type(&mut self, ipc_type: impl Into<String>) -> &mut Self

Loading content...

Implementors

impl IIpcNode for IpcNode[src]

Loading content...