[][src]Trait dynamic_ocl::buffer::flags::HostReadable

pub trait HostReadable: HostAccess { }

A trait denoting a buffer that may be read by the host.

Implementors

impl HostReadable for HostReadOnly[src]

impl HostReadable for HostReadWrite[src]

Loading content...