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

pub enum AllocationStrategy {
    FixedSize,
    GrowHeuristically,
}

Variants

Trait Implementations

impl Clone for AllocationStrategy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AllocationStrategy
[src]

impl Debug for AllocationStrategy
[src]

[src]

Formats the value using the given formatter.