pub type IVec3 = IVec3_;
struct IVec3 {
pub X: i32,
pub Y: i32,
pub Z: i32,
}
The resulting type after applying the + operator.
The resulting type after applying the + operator.
The resulting type after applying the / operator.
The resulting type after applying the / operator.
The resulting type after applying the * operator.
The resulting type after applying the * operator.
The resulting type after applying the - operator.
The resulting type after applying the - operator.
The resulting type after applying the - operator.