Struct isl_rs::Id

source · []
pub struct Id {
    pub ptr: uintptr_t,
}
Expand description

Wraps isl_id.

Fields

ptr: uintptr_t

Implementations

Wraps isl_id_get_ctx.

Wraps isl_id_get_hash.

Wraps isl_id_copy.

Wraps isl_id_free.

Wraps isl_id_get_name.

Wraps isl_id_read_from_str.

Wraps isl_id_to_str.

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