Trait ioendian::EndianBufFor [] [src]

pub trait EndianBufFor<Out> {
    fn reverse(&mut self);
fn native(self) -> Out; }

Required Methods

Implementors