Trait ocl::traits::IntoMarker
[−]
[src]
pub trait IntoMarker { fn into_marker(self, queue: &Queue) -> OclResult<Option<Event>>; }
Conversion to a 'marker' event.
Required Methods
fn into_marker(self, queue: &Queue) -> OclResult<Option<Event>>
Implementors
impl<'s, 'e> IntoMarker for &'s [&'e Event] where
'e: 's,impl<'s, 'e> IntoMarker for &'s [Option<&'e Event>] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for &'s [&'o Option<&'e Event>] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 1] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 1] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 1] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 2] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 2] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 2] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 3] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 3] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 3] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 4] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 4] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 4] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 5] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 5] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 5] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 6] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 6] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 6] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 7] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 7] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 7] where
'e: 's + 'o,
'o: 's,impl<'s, 'e> IntoMarker for [&'e Event; 8] where
'e: 's,impl<'s, 'e> IntoMarker for [Option<&'e Event>; 8] where
'e: 's,impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 8] where
'e: 's + 'o,
'o: 's,