pub struct Vec {
    pub ptr: uintptr_t,
}
Expand description

Wraps isl_vec.

Fields

ptr: uintptr_t

Implementations

Wraps isl_vec_alloc.

Wraps isl_vec_zero.

Wraps isl_vec_copy.

Wraps isl_vec_free.

Wraps isl_vec_get_ctx.

Wraps isl_vec_size.

Wraps isl_vec_get_element_val.

Wraps isl_vec_set_element_si.

Wraps isl_vec_set_element_val.

Wraps isl_vec_is_equal.

Wraps isl_vec_cmp_element.

Wraps isl_vec_dump.

Wraps isl_vec_ceil.

Wraps isl_vec_normalize.

Wraps isl_vec_set_si.

Wraps isl_vec_set_val.

Wraps isl_vec_clr.

Wraps isl_vec_neg.

Wraps isl_vec_add.

Wraps isl_vec_extend.

Wraps isl_vec_zero_extend.

Wraps isl_vec_concat.

Wraps isl_vec_sort.

Wraps isl_vec_drop_els.

Wraps isl_vec_add_els.

Wraps isl_vec_insert_els.

Wraps isl_vec_insert_zero_els.

Wraps isl_vec_move_els.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.