Enum capnp::private::layout::ElementSize [] [src]

pub enum ElementSize {
    Void,
    Bit,
    Byte,
    TwoBytes,
    FourBytes,
    EightBytes,
    Pointer,
    InlineComposite,
}

Variants

Void
Bit
Byte
TwoBytes
FourBytes
EightBytes
Pointer
InlineComposite

Trait Implementations

Derived Implementations

impl PartialEq for ElementSize

fn eq(&self, __arg_0: &ElementSize) -> bool

fn ne(&self, __arg_0: &ElementSize) -> bool

impl Copy for ElementSize

impl Clone for ElementSize

fn clone(&self) -> ElementSize

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