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

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

Fields

data: WordCount16 pointers: WirePointerCount16

Methods

impl StructSize
[src]

fn total(&self) -> WordCount32

Trait Implementations

impl Copy for StructSize
[src]

impl Clone for StructSize
[src]

fn clone(&self) -> StructSize

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more