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

pub enum AllocationStrategy {
    FixedSize,
    GrowHeuristically,
}

Variants

Trait Implementations

impl Clone for AllocationStrategy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AllocationStrategy
[src]

impl Debug for AllocationStrategy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations