Struct capnp::private::layout::StructSize [] [src]

pub struct StructSize {
    pub data: WordCount16,
    pub pointers: WirePointerCount16,
}

Fields

Methods

impl StructSize
[src]

[src]

Trait Implementations

impl Clone for StructSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StructSize
[src]