Struct capnp::private::endian::WireValue [] [src]

pub struct WireValue<T> {
    // some fields omitted
}

Methods

impl<T: Endian> WireValue<T>

fn get(&self) -> T

fn set(&mut self, value: T)