Docs.rs
open-cl-low-level-0.2.1
open-cl-low-level 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
elbow-jason
Dependencies
bitflags ^1.2.1
normal
chrono ^0.4.10
normal
colored ^1.9
normal
env_logger ^0.7
normal
failure ^0.1.6
normal
half ^1.4.1
normal
lazy_static ^1.4.0
normal
libc ^0.2.65
normal
log ^0.4
normal
num ^0.2.1
normal
num-complex ^0.2.4
normal
num-traits ^0.2.11
normal
open-cl-sys ^0.1.0
normal
paste ^0.1.6
normal
Versions
23.19%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
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
open_
cl_
low_
level
0.2.1
Platform
Ptr
Required Methods
platform_ptr
Implementations on Foreign Types
cl_platform_id
Implementors
In open_
cl_
low_
level::
platform
open_cl_low_level
::
platform
Trait
PlatformPtr
Copy item path
Source
pub trait PlatformPtr { // Required method fn
platform_ptr
(&self) ->
cl_platform_id
; }
Required Methods
§
Source
fn
platform_ptr
(&self) ->
cl_platform_id
Implementations on Foreign Types
§
Source
§
impl
PlatformPtr
for
cl_platform_id
Source
§
fn
platform_ptr
(&self) ->
cl_platform_id
Implementors
§
Source
§
impl
PlatformPtr
for &
ClPlatformID
Source
§
impl
PlatformPtr
for
ClPlatformID