Trait gimli::Endianity [] [src]

pub trait Endianity: ByteOrder + Debug + Clone + Copy + PartialEq + Eq { }

A trait describing the endianity of some buffer.

All interesting methods are from the byteorder crate's ByteOrder trait. All methods are static. You shouldn't instantiate concrete objects that implement this trait, it is just used as compile-time phantom data.

Implementors