Enum capnp::private::layout::WirePointerKind [] [src]

pub enum WirePointerKind {
    Struct,
    List,
    Far,
    Other,
}

Variants

Struct
List
Far
Other

Trait Implementations

Derived Implementations

impl PartialEq for WirePointerKind

fn eq(&self, __arg_0: &WirePointerKind) -> bool

fn ne(&self, __arg_0: &WirePointerKind) -> bool

impl Copy for WirePointerKind

impl Clone for WirePointerKind

fn clone(&self) -> WirePointerKind

1.0.0fn clone_from(&mut self, source: &Self)