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

Wraps isl_local_space.

Fields

ptr: uintptr_t

Implementations

Wraps isl_local_space_get_ctx.

Wraps isl_local_space_from_space.

Wraps isl_local_space_copy.

Wraps isl_local_space_free.

Wraps isl_local_space_is_params.

Wraps isl_local_space_is_set.

Wraps isl_local_space_set_tuple_id.

Wraps isl_local_space_dim.

Wraps isl_local_space_has_dim_name.

Wraps isl_local_space_get_dim_name.

Wraps isl_local_space_set_dim_name.

Wraps isl_local_space_has_dim_id.

Wraps isl_local_space_get_dim_id.

Wraps isl_local_space_set_dim_id.

Wraps isl_local_space_get_space.

Wraps isl_local_space_get_div.

Wraps isl_local_space_find_dim_by_name.

Wraps isl_local_space_domain.

Wraps isl_local_space_range.

Wraps isl_local_space_from_domain.

Wraps isl_local_space_add_dims.

Wraps isl_local_space_drop_dims.

Wraps isl_local_space_insert_dims.

Wraps isl_local_space_set_from_params.

Wraps isl_local_space_intersect.

Wraps isl_local_space_wrap.

Wraps isl_local_space_is_equal.

Wraps isl_local_space_lifting.

Wraps isl_local_space_flatten_domain.

Wraps isl_local_space_flatten_range.

Wraps isl_local_space_dump.

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.