Enum llvm_plugin_inkwell::targets::ByteOrdering
source · pub enum ByteOrdering {
BigEndian,
LittleEndian,
}Variants§
Trait Implementations§
source§impl Clone for ByteOrdering
impl Clone for ByteOrdering
source§fn clone(&self) -> ByteOrdering
fn clone(&self) -> ByteOrdering
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ByteOrdering
impl Debug for ByteOrdering
source§impl PartialEq<ByteOrdering> for ByteOrdering
impl PartialEq<ByteOrdering> for ByteOrdering
source§fn eq(&self, other: &ByteOrdering) -> bool
fn eq(&self, other: &ByteOrdering) -> bool
This method tests for
self and other values to be equal, and is used
by ==.