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