pub trait Offsets<F> { // Required methods fn off_dst(&self) -> F; fn off_op0(&self) -> F; fn off_op1(&self) -> F; }
This trait contains methods to obtain the offset decomposition of a CairoWord
Returns the destination offset in biased representation
Returns the first operand offset in biased representation
Returns the second operand offset in biased representation