Struct binaryninja::flowgraph::FlowGraph
source · pub struct FlowGraph { /* private fields */ }
Implementations§
source§impl FlowGraph
impl FlowGraph
pub fn new() -> Ref<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§
source§impl PartialEq for FlowGraph
impl PartialEq for FlowGraph
source§impl ToOwned for FlowGraph
impl ToOwned for FlowGraph
impl Eq 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§
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