Struct gimli::BigEndian[][src]

pub struct BigEndian;

Big endian byte order.

Trait Implementations

impl Debug for BigEndian
[src]

Formats the value using the given formatter. Read more

impl Clone for BigEndian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BigEndian
[src]

impl PartialEq for BigEndian
[src]

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

This method tests for !=.

impl Eq for BigEndian
[src]

impl Hash for BigEndian
[src]

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

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

impl Default for BigEndian
[src]

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

impl Endianity for BigEndian
[src]

Return true for big endian byte order.

Return true for little endian byte order.

Reads an unsigned 16 bit integer from buf. Read more

Reads an unsigned 32 bit integer from buf. Read more

Reads an unsigned 64 bit integer from buf. Read more

Reads a signed 16 bit integer from buf. Read more

Reads a signed 32 bit integer from buf. Read more

Reads a signed 64 bit integer from buf. Read more

Reads a 32 bit floating point number from buf. Read more

Reads a 32 bit floating point number from buf. Read more

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

Auto Trait Implementations

impl Send for BigEndian

impl Sync for BigEndian