Struct hsa::CodeObject [] [src]

pub struct CodeObject {
    pub handle: CodeObjectHandle,
}

Fields

Methods

impl CodeObject
[src]

Trait Implementations

impl Drop for CodeObject
[src]

A method called when the value goes out of scope. Read more