Trait fil_ocl::traits::IntoMarker[][src]

pub trait IntoMarker {
    fn into_marker(self, queue: &Queue) -> OclResult<Option<Event>>;
}

Conversion to a ‘marker’ event.

Required methods

Loading content...

Implementations on Foreign Types

impl<'s, 'e> IntoMarker for &'s [&'e Event] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for &'s [Option<&'e Event>] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for &'s [&'o Option<&'e Event>] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 1] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 1] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 1] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 2] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 2] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 2] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 3] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 3] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 3] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 4] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 4] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 4] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 5] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 5] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 5] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 6] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 6] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 6] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 7] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 7] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 7] where
    'e: 's + 'o,
    'o: 's, 
[src]

impl<'s, 'e> IntoMarker for [&'e Event; 8] where
    'e: 's, 
[src]

impl<'s, 'e> IntoMarker for [Option<&'e Event>; 8] where
    'e: 's, 
[src]

impl<'s, 'o, 'e> IntoMarker for [&'o Option<&'e Event>; 8] where
    'e: 's + 'o,
    'o: 's, 
[src]

Loading content...

Implementors

Loading content...