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

Implementations on Foreign Types

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Implementors