(function() {var implementors = {};
implementors["failure"] = [{text:"impl AsRef<Fail> for Error",synthetic:false,types:["failure::error::Error"]},];
implementors["ocl"] = [{text:"impl AsRef<Device> for Device",synthetic:false,types:["ocl::standard::device::Device"]},{text:"impl AsRef<Queue> for Queue",synthetic:false,types:["ocl::standard::queue::Queue"]},{text:"impl AsRef<CommandQueueCore> for Queue",synthetic:false,types:["ocl::standard::queue::Queue"]},{text:"impl<T: OclPrm> AsRef<MemCore> for Buffer<T>",synthetic:false,types:["ocl::standard::buffer::Buffer"]},{text:"impl AsRef<EventCore> for Event",synthetic:false,types:["ocl::standard::event::Event"]},];
implementors["ocl_core"] = [{text:"impl AsRef<CommandQueue> for CommandQueue",synthetic:false,types:["ocl_core::types::abs::CommandQueue"]},{text:"impl AsRef<Event> for Event",synthetic:false,types:["ocl_core::types::abs::Event"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()