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

pub struct ListBuilder<'a> {
    // some fields omitted
}

Methods

impl<'a> ListBuilder<'a>
[src]

fn new_default<'b>() -> ListBuilder<'b>

fn len(&self) -> ElementCount32

fn get_struct_element(&self, index: ElementCount32) -> StructBuilder<'a>

fn get_pointer_element(&self, index: ElementCount32) -> PointerBuilder<'a>

Trait Implementations

impl<'a> Copy for ListBuilder<'a>
[src]

impl<'a> Clone for ListBuilder<'a>
[src]

fn clone(&self) -> ListBuilder<'a>

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