Struct ocl::raw::DeviceIdRaw [] [src]

pub struct DeviceIdRaw(_);

cl_device_id

Methods

impl DeviceIdRaw
[src]

fn new(ptr: cl_device_id) -> DeviceIdRaw

fn null() -> DeviceIdRaw

fn as_ptr(&self) -> cl_device_id

Trait Implementations

impl Copy for DeviceIdRaw
[src]

impl Clone for DeviceIdRaw
[src]

fn clone(&self) -> DeviceIdRaw

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more