Struct interpreter::object::numeric::Integral
source · pub struct Integral {
pub value: i64,
pub ty: IntegralType,
}
Fields§
§value: i64
§ty: IntegralType
Trait Implementations§
impl Copy for Integral
Auto Trait Implementations§
impl RefUnwindSafe for Integral
impl Send for Integral
impl Sync for Integral
impl Unpin for Integral
impl UnwindSafe for Integral
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