Enum capnp::message::AllocationStrategy [] [src]

pub enum AllocationStrategy {
    FixedSize,
    GrowHeuristically,
}

Variants

FixedSize
GrowHeuristically

Trait Implementations

Derived Implementations

impl Copy for AllocationStrategy

impl Clone for AllocationStrategy

fn clone(&self) -> AllocationStrategy

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