Skip to main content

PointerTypeResult

Trait PointerTypeResult 

Source
pub trait PointerTypeResult:
    Op
    + OneResultInterface
    + ResultNOfType<0, PointerType> {
    // Required method
    fn result_pointee_type(&self, ctx: &Context) -> TypeHandle;
}
Expand description

An [Op] with a single result whose type is PointerType

Required Methods§

Source

fn result_pointee_type(&self, ctx: &Context) -> TypeHandle

Get the pointee type of the result pointer.

Trait Implementations§

Source§

impl OpInterfaceMarker for dyn PointerTypeResult

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§