Struct binaryninja::flowgraph::FlowGraph
[−]pub struct FlowGraph { /* private fields */ }
Implementations
impl FlowGraph
impl FlowGraph
pub fn new() -> Self
pub fn append(&self, node: &FlowGraphNode<'_>) -> usize
pub fn set_option(&self, option: FlowGraphOption, value: bool)
pub fn is_option_set(&self, option: FlowGraphOption) -> bool
Trait Implementations
impl RefCountable for FlowGraph
impl RefCountable for FlowGraph
impl ToOwned for FlowGraph
impl ToOwned for FlowGraph
impl Eq for FlowGraph
impl StructuralEq for FlowGraph
impl StructuralPartialEq for FlowGraph
Auto Trait Implementations
impl RefUnwindSafe for FlowGraph
impl !Send for FlowGraph
impl !Sync for FlowGraph
impl Unpin for FlowGraph
impl UnwindSafe for FlowGraph
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more