Struct capnp::primitive_list::Owned
[−]
[src]
pub struct Owned<T> {
// some fields omitted
}pub struct Owned<T> {
// some fields omitted
}impl<'a, T> Owned<'a> for Owned<T> where T: PrimitiveElementimpl<T: Copy> Copy for Owned<T>impl<T: Clone> Clone for Owned<T>fn clone(&self) -> Owned<T>fn clone_from(&mut self, source: &Self)