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