Struct spirt::qptr::lift::LiftToSpvPtrs
source · pub struct LiftToSpvPtrs<'a> { /* private fields */ }
Expand description
Context for lifting QPtr
s to SPIR-V OpTypePointer
s.
See also passes::qptr::lift_to_spv_ptrs
(which drives this).
Implementations§
source§impl<'a> LiftToSpvPtrs<'a>
impl<'a> LiftToSpvPtrs<'a>
pub fn new(cx: Rc<Context>, layout_config: &'a LayoutConfig) -> Self
pub fn lift_global_var(&self, global_var_decl: &mut GlobalVarDecl)
pub fn lift_all_funcs( &self, module: &mut Module, funcs: impl IntoIterator<Item = Func> )
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LiftToSpvPtrs<'a>
impl<'a> !Send for LiftToSpvPtrs<'a>
impl<'a> !Sync for LiftToSpvPtrs<'a>
impl<'a> Unpin for LiftToSpvPtrs<'a>
impl<'a> !UnwindSafe for LiftToSpvPtrs<'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