Struct capnp::serialize::SliceSegments[][src]

pub struct SliceSegments<'a> { /* fields omitted */ }

Segments read from a single flat slice of words.

Trait Implementations

impl<'a> ReaderSegments for SliceSegments<'a>
[src]

Gets the segment with index idx. Returns None if idx is out of range.

Gets the number of segments.

Auto Trait Implementations

impl<'a> Send for SliceSegments<'a>

impl<'a> Sync for SliceSegments<'a>