Struct binaryninja::flowgraph::FlowGraphNode
source · pub struct FlowGraphNode<'a> { /* private fields */ }
Implementations§
source§impl<'a> FlowGraphNode<'a>
impl<'a> FlowGraphNode<'a>
pub fn new(graph: &FlowGraph) -> Self
pub fn set_disassembly_lines(&self, lines: &'a [DisassemblyTextLine])
pub fn set_lines(&self, lines: Vec<&str>)
pub fn add_outgoing_edge( &self, type_: BranchType, target: &'a FlowGraphNode<'_>, edge_style: &'a EdgeStyle )
Trait Implementations§
source§impl<'a> Hash for FlowGraphNode<'a>
impl<'a> Hash for FlowGraphNode<'a>
source§impl<'a> PartialEq for FlowGraphNode<'a>
impl<'a> PartialEq for FlowGraphNode<'a>
source§fn eq(&self, other: &FlowGraphNode<'a>) -> bool
fn eq(&self, other: &FlowGraphNode<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> ToOwned for FlowGraphNode<'a>
impl<'a> ToOwned for FlowGraphNode<'a>
§type Owned = Ref<FlowGraphNode<'a>>
type Owned = Ref<FlowGraphNode<'a>>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<'a> Eq for FlowGraphNode<'a>
impl<'a> StructuralPartialEq for FlowGraphNode<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FlowGraphNode<'a>
impl<'a> !Send for FlowGraphNode<'a>
impl<'a> !Sync for FlowGraphNode<'a>
impl<'a> Unpin for FlowGraphNode<'a>
impl<'a> UnwindSafe for FlowGraphNode<'a>
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