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

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

Methods

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

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

fn imbue(&mut self, cap_table: CapTableReader)

fn len(&self) -> ElementCount32

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

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

Trait Implementations

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

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

fn clone(&self) -> ListReader<'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