(function() {var implementors = {};
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"]},];
implementors["quote"] = [{text:"impl AsRef<str> for Tokens",synthetic:false,types:["quote::tokens::Tokens"]},{text:"impl AsRef<str> for Ident",synthetic:false,types:["quote::ident::Ident"]},];
implementors["syn"] = [{text:"impl AsRef<str> for Ident",synthetic:false,types:["syn::ident::Ident"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()