Struct gimli::LittleEndian [−][src]
pub struct LittleEndian;
Expand description
Little endian byte order.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LittleEndian
impl Send for LittleEndian
impl Sync for LittleEndian
impl Unpin for LittleEndian
impl UnwindSafe for LittleEndian
Blanket Implementations
Mutably borrows from an owned value. Read more