[−][src]Trait capnp::private::endian::Endian
Something that can appear in a WireValue
.
Required methods
fn get(&self) -> Self
Reads the value, swapping bytes on big-endian processors.
fn set(&mut self, value: Self)
Writes the value, swapping bytes on big-endian processors.