pub struct IntToPtr {
pub operand: ConstantRef,
pub to_type: TypeRef,
}
Fields§
§operand: ConstantRef
§to_type: TypeRef
Trait Implementations§
source§impl ConstUnaryOp for IntToPtr
impl ConstUnaryOp for IntToPtr
fn get_operand(&self) -> ConstantRef
source§impl PartialEq<IntToPtr> for IntToPtr
impl PartialEq<IntToPtr> for IntToPtr
impl StructuralPartialEq for IntToPtr
Auto Trait Implementations§
impl RefUnwindSafe for IntToPtr
impl Send for IntToPtr
impl Sync for IntToPtr
impl Unpin for IntToPtr
impl UnwindSafe for IntToPtr
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