Struct gimli::LittleEndian [] [src]

pub struct LittleEndian;

Little endian byte order.

Trait Implementations

impl Debug for LittleEndian
[src]

[src]

Formats the value using the given formatter.

impl Clone for LittleEndian
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LittleEndian
[src]

impl PartialEq for LittleEndian
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for LittleEndian
[src]

impl Hash for LittleEndian
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for LittleEndian
[src]

[src]

Returns the "default value" for a type. Read more

impl Endianity for LittleEndian
[src]

[src]

Return true for big endian byte order.

[src]

Return true for little endian byte order.

[src]

Reads an unsigned 16 bit integer from buf. Read more

[src]

Reads an unsigned 32 bit integer from buf. Read more

[src]

Reads an unsigned 64 bit integer from buf. Read more

[src]

Reads a signed 16 bit integer from buf. Read more

[src]

Reads a signed 32 bit integer from buf. Read more

[src]

Reads a signed 64 bit integer from buf. Read more

[src]

Writes an unsigned 64 bit integer n to buf. Read more