pub struct ProgramDependenceGraph {
pub data_dependencies: UseDefGraph,
pub control_dependencies: ControlDependenceGraph,
}Fields§
§data_dependencies: UseDefGraph§control_dependencies: ControlDependenceGraphAuto Trait Implementations§
impl Freeze for ProgramDependenceGraph
impl RefUnwindSafe for ProgramDependenceGraph
impl Send for ProgramDependenceGraph
impl Sync for ProgramDependenceGraph
impl Unpin for ProgramDependenceGraph
impl UnwindSafe for ProgramDependenceGraph
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