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

Wraps isl_point.

Fields

ptr: uintptr_t

Implementations

Wraps isl_point_get_ctx.

Wraps isl_point_get_space.

Wraps isl_point_zero.

Wraps isl_point_copy.

Wraps isl_point_free.

Wraps isl_point_get_coordinate_val.

Wraps isl_point_set_coordinate_val.

Wraps isl_point_add_ui.

Wraps isl_point_sub_ui.

Wraps isl_point_void.

Wraps isl_point_is_void.

Wraps isl_point_to_str.

Wraps isl_point_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.