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

Wraps isl_ctx.

Fields

ptr: uintptr_t

Implementations

Wraps isl_ctx_alloc.

Wraps isl_ctx_ref.

Wraps isl_ctx_deref.

Wraps isl_ctx_free.

Wraps isl_ctx_abort.

Wraps isl_ctx_resume.

Wraps isl_ctx_aborted.

Wraps isl_ctx_set_max_operations.

Wraps isl_ctx_get_max_operations.

Wraps isl_ctx_reset_operations.

Wraps isl_ctx_last_error_msg.

Wraps isl_ctx_last_error_file.

Wraps isl_ctx_last_error_line.

Wraps isl_ctx_reset_error.

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.