pub struct FPToSI {
pub operand: ConstantRef,
pub to_type: TypeRef,
}
Fields
operand: ConstantRef
to_type: TypeRef
Trait Implementations
sourceimpl ConstUnaryOp for FPToSI
impl ConstUnaryOp for FPToSI
fn get_operand(&self) -> ConstantRef
sourceimpl PartialEq<FPToSI> for FPToSI
impl PartialEq<FPToSI> for FPToSI
impl StructuralPartialEq for FPToSI
Auto Trait Implementations
impl RefUnwindSafe for FPToSI
impl Send for FPToSI
impl Sync for FPToSI
impl Unpin for FPToSI
impl UnwindSafe for FPToSI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more