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

Wraps isl_fixed_box.

Fields

ptr: uintptr_t

Implementations

Wraps isl_fixed_box_get_ctx.

Wraps isl_fixed_box_get_space.

Wraps isl_fixed_box_is_valid.

Wraps isl_fixed_box_copy.

Wraps isl_fixed_box_free.

Wraps isl_fixed_box_to_str.

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