pub struct ApplyToLLVMConversionPatternsOperationBuilder<'c, A0> { /* private fields */ }Expand description
A builder for an apply_conversion_patterns.dialect_to_llvm operation.
Implementations§
Source§impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Unset>
impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Unset>
Source§impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Unset>
impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Unset>
pub fn dialect_name( self, dialect_name: StringAttribute<'c>, ) -> ApplyToLLVMConversionPatternsOperationBuilder<'c, Set>
Source§impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Set>
impl<'c> ApplyToLLVMConversionPatternsOperationBuilder<'c, Set>
pub fn build(self) -> ApplyToLLVMConversionPatternsOperation<'c>
Auto Trait Implementations§
impl<'c, A0> Freeze for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>
impl<'c, A0> RefUnwindSafe for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>where
A0: RefUnwindSafe,
impl<'c, A0> !Send for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>
impl<'c, A0> !Sync for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>
impl<'c, A0> Unpin for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>where
A0: Unpin,
impl<'c, A0> UnwindSafe for ApplyToLLVMConversionPatternsOperationBuilder<'c, A0>where
A0: UnwindSafe,
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