pub enum Interface {
Show 37 variants
AffineMapAccessInterface,
AffineReadOpInterface,
AffineWriteOpInterface,
ArithFastMathInterface,
ArithIntegerOverflowFlagsInterface,
ArithRoundingModeInterface,
BranchOpInterface,
CallOpInterface,
CallableOpInterface,
CastOpInterface,
ConditionallySpeculatable,
CopyOpInterface,
DestinationStyleOpInterface,
DestructurableAllocationOpInterface,
FunctionOpInterface,
InferIntRangeInterface,
InferTypeOpInterface,
LinalgContractionOpInterface,
LinalgStructuredInterface,
LoopLikeOpInterface,
MaskableOpInterface,
MemoryEffect(MemoryEffectOpInterface),
OffsetSizeAndStrideOpInterface,
OpAsmOpInterface,
ParallelCombiningOpInterface,
PromotableAllocationOpInterface,
RegionBranchOpInterface,
RegionBranchTerminatorOpInterface,
RegionKindInterface,
ReifyRankedShapeTypeOpInterface,
SelectLikeOpInterface,
ShapedDimOpInterface,
Symbol,
SymbolUserOpInterface,
VectorTransferOpInterface,
VectorUnrollOpInterface,
ViewLikeOpInterface,
}
Variants§
AffineMapAccessInterface
AffineReadOpInterface
AffineWriteOpInterface
ArithFastMathInterface
ArithIntegerOverflowFlagsInterface
ArithRoundingModeInterface
BranchOpInterface
CallOpInterface
CallableOpInterface
CastOpInterface
ConditionallySpeculatable
CopyOpInterface
DestinationStyleOpInterface
DestructurableAllocationOpInterface
FunctionOpInterface
InferIntRangeInterface
InferTypeOpInterface
LinalgContractionOpInterface
LinalgStructuredInterface
LoopLikeOpInterface
MaskableOpInterface
MemoryEffect(MemoryEffectOpInterface)
OffsetSizeAndStrideOpInterface
OpAsmOpInterface
ParallelCombiningOpInterface
PromotableAllocationOpInterface
RegionBranchOpInterface
RegionBranchTerminatorOpInterface
RegionKindInterface
ReifyRankedShapeTypeOpInterface
SelectLikeOpInterface
ShapedDimOpInterface
Symbol
SymbolUserOpInterface
VectorTransferOpInterface
VectorUnrollOpInterface
ViewLikeOpInterface
Trait Implementations§
impl Copy for Interface
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl Freeze for Interface
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
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