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

#[repr(u8)]
pub enum ElementSize { Void, Bit, Byte, TwoBytes, FourBytes, EightBytes, Pointer, InlineComposite, }

Variants

Trait Implementations

impl Clone for ElementSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ElementSize
[src]

impl PartialEq for ElementSize
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.