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