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

pub trait HostWritable: HostAccess { }

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

Implementors

impl HostWritable for HostReadWrite[src]

impl HostWritable for HostWriteOnly[src]

Loading content...