pub struct MemoryPlanning;Expand description
Memory planning analysis pass.
This pass does not modify the IR; it only computes and logs a memory plan.
Callers should use plan_memory directly to obtain the plan.
Trait Implementations§
Source§impl Debug for MemoryPlanning
impl Debug for MemoryPlanning
Auto Trait Implementations§
impl Freeze for MemoryPlanning
impl RefUnwindSafe for MemoryPlanning
impl Send for MemoryPlanning
impl Sync for MemoryPlanning
impl Unpin for MemoryPlanning
impl UnsafeUnpin for MemoryPlanning
impl UnwindSafe for MemoryPlanning
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