Enum test_assembler::Endian
[−]
[src]
pub enum Endian {
Big,
Little,
}Possible byte orders
Variants
BigLittleTrait Implementations
impl Clone for Endian[src]
fn clone(&self) -> Endian
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more