Struct capnp::any_pointer::Builder [] [src]

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

Methods

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

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

Deprecated since 0.8.10

: use target_size() instead

Trait Implementations

impl<'a> FromPointerBuilder<'a> for Builder<'a>
[src]

impl<'a> ImbueMut<'a> for Builder<'a>
[src]