Enum lldb::ByteOrder [] [src]

#[repr(u32)]
pub enum ByteOrder { Invalid, Big, PDP, Little, }

Byte order definitions.

Variants

Trait Implementations

impl Clone for ByteOrder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ByteOrder
[src]

impl Debug for ByteOrder
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<ByteOrder> for ByteOrder
[src]

[src]

impl PartialOrd<ByteOrder> for ByteOrder
[src]

[src]