Struct capnp::constant::Reader [] [src]

pub struct Reader<T> { /* fields omitted */ }

Methods

impl<T> Reader<T> where
    T: for<'a> Owned<'a>, 
[src]

[src]

Retrieve the value.

Trait Implementations

impl<T: Copy> Copy for Reader<T>
[src]

impl<T: Clone> Clone for Reader<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more