Enum capnpc::schema_capnp::ElementSize [] [src]

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

Variants

Trait Implementations

impl Clone for ElementSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ElementSize
[src]

impl PartialEq for ElementSize
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl FromU16 for ElementSize
[src]

impl ToU16 for ElementSize
[src]

[src]

impl HasTypeId for ElementSize
[src]

[src]

Auto Trait Implementations

impl Send for ElementSize

impl Sync for ElementSize