Trait ReadOp

Source
pub trait ReadOp<P, T>: Enqueue<P, T> + ReadValue<P, T>
where P: PlatformInstance, T: CType,
{ }

Implementors§

Source§

impl<O, P, T> ReadOp<P, T> for O
where O: Enqueue<P, T> + ReadValue<P, T>, P: PlatformInstance, T: CType,