Trait ocl::traits::IntoRawEventArray
[−]
[src]
pub trait IntoRawEventArray { fn into_raw_array(self) -> RawEventArray; }
Conversion to a stack allocated array of cl_event
pointers.
Required Methods
fn into_raw_array(self) -> RawEventArray
Implementors
impl<'s, 'e> IntoRawEventArray for &'s [&'e Event] where
'e: 's,impl<'s, 'e> IntoRawEventArray for &'s [Option<&'e Event>] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for &'s [&'o Option<&'e Event>] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 1] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 1] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 1] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 2] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 2] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 2] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 3] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 3] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 3] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 4] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 4] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 4] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 5] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 5] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 5] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 6] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 6] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 6] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 7] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 7] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 7] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoRawEventArray for [&'e Event; 8] where
'e: 's,impl<'s, 'e> IntoRawEventArray for [Option<&'e Event>; 8] where
'e: 's,impl<'s, 'o, 'e> IntoRawEventArray for [&'o Option<&'e Event>; 8] where
'e: 's + 'o,
'o: 's,