Enum capnp::private::capability::PipelineOp [] [src]

pub enum PipelineOp {
    Noop,
    GetPointerField(u16),
}

Variants

NoopGetPointerField(u16)

Trait Implementations

impl Copy for PipelineOp
[src]

impl Clone for PipelineOp
[src]

fn clone(&self) -> PipelineOp

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more