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