Struct capnp::any_pointer::Reader [] [src]

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

Methods

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

Gets the total size of the target and all of its children. Does not count far pointer overhead.

Deprecated since 0.8.7

: use target_size() instead

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> FromPointerReader<'a> for Reader<'a>
[src]

impl<'a> SetPointerBuilder<Builder<'a>> for Reader<'a>
[src]

impl<'a> Imbue<'a> for Reader<'a>
[src]