Struct llvm_ir::constant::AddrSpaceCast [−][src]
pub struct AddrSpaceCast {
pub operand: ConstantRef,
pub to_type: TypeRef,
}Fields
operand: ConstantRefto_type: TypeRefTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AddrSpaceCastimpl Send for AddrSpaceCastimpl Sync for AddrSpaceCastimpl Unpin for AddrSpaceCastimpl UnwindSafe for AddrSpaceCastBlanket Implementations
Mutably borrows from an owned value. Read more