Trait bitbuffer::Endianness [−][src]
pub trait Endianness: Sealed { fn is_le() -> bool; fn is_be() -> bool; fn endianness() -> Self; fn as_string() -> &'static str { ... } }
Expand description
Trait for specifying endianness of bit buffer
Required methods
fn endianness() -> Self
fn endianness() -> Self
Get an instance of the endianness