Struct capnp::private::layout::ListReader
[−]
[src]
pub struct ListReader<'a> {
// some fields omitted
}pub struct ListReader<'a> {
// some fields omitted
}impl<'a> ListReader<'a>fn new_default<'b>() -> ListReader<'b>fn imbue(&mut self, cap_table: CapTableReader)fn len(&self) -> ElementCount32fn get_struct_element(&self, index: ElementCount32) -> StructReader<'a>fn get_pointer_element(&self, index: ElementCount32) -> PointerReader<'a>impl<'a> Copy for ListReader<'a>impl<'a> Clone for ListReader<'a>fn clone(&self) -> ListReader<'a>fn clone_from(&mut self, source: &Self)