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