Docs.rs
  • pxl-rust-0.2.0
    • pxl-rust 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • youngrok-XCENA
    • hyunyul-XCENA
    • dohun-XCENA
    • Dependencies
      • cxx ^1.0 normal
      • serial_test ^3.2.0 dev
      • cmake ^0.1 build
      • cxx ^1.0 build
      • cxx-build ^1.0 build
      • walkdir ^2.3 build
    • Versions
    • 43.02% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pxl_rust0.2.0

Crate Items

  • Macros
  • Structs
  • Functions

List of all items

Structs

  • ffi::ffi::ArgInfo_t
  • ffi::ffi::ArgType
  • ffi::ffi::Context
  • ffi::ffi::DeviceAttr
  • ffi::ffi::ExecuteStatus
  • ffi::ffi::Function
  • ffi::ffi::Job
  • ffi::ffi::KernelError_t
  • ffi::ffi::Map
  • ffi::ffi::MemInfo_t
  • ffi::ffi::MemType
  • ffi::ffi::Module
  • ffi::ffi::PxlResult
  • ffi::ffi::Stream
  • ffi::ffi::c_void
  • kernel::function::Function
  • kernel::module::Module
  • runtime::context::Context
  • runtime::job::Job
  • runtime::map::Map
  • runtime::stream::Stream

Macros

  • execute

Functions

  • ffi::ffi::check_callback_interface
  • ffi::ffi::createContext
  • ffi::ffi::createModule
  • ffi::ffi::createStream
  • ffi::ffi::create_job_with_sub
  • ffi::ffi::destroyContext
  • ffi::ffi::destroyModule
  • ffi::ffi::destroyStream
  • ffi::ffi::destroy_map
  • ffi::ffi::getNumDevice
  • ffi::ffi::job_build_map_with_count
  • ffi::ffi::job_build_map_with_func_name
  • ffi::ffi::job_get_sub_id_list
  • ffi::ffi::job_load_module
  • ffi::ffi::job_sub_alloc_with_num
  • ffi::ffi::job_sub_free_with_num
  • ffi::ffi::map_execute
  • ffi::ffi::map_get_kernel_error
  • ffi::ffi::map_set_completion_callback
  • ffi::ffi::map_set_default_stream
  • ffi::ffi::map_set_error_callback
  • ffi::ffi::map_set_message_callback
  • macros::create_arg_info
  • macros::get_arg_info
  • pxl::create_module
  • pxl::destroy_module
  • runtime::create_context
  • runtime::create_stream
  • runtime::destroy_context
  • runtime::destroy_stream
  • runtime::get_num_device