Struct bincode_ext::byte_order::Le [] [src]

pub struct Le<T>(pub T);

Use to represent a little endian integer.

Trait Implementations

impl<T: Debug> Debug for Le<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Le<T>
[src]

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

This method tests for !=.

impl<T: PartialOrd> PartialOrd for Le<T>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Decodable for Le<u16>
[src]

Deserialize a value using a Decoder.

impl Encodable for Le<u16>
[src]

Serialize a value using an Encoder.

impl Decodable for Le<u32>
[src]

Deserialize a value using a Decoder.

impl Encodable for Le<u32>
[src]

Serialize a value using an Encoder.

impl Decodable for Le<u64>
[src]

Deserialize a value using a Decoder.

impl Encodable for Le<u64>
[src]

Serialize a value using an Encoder.

impl<T> Deref for Le<T>
[src]

The resulting type after dereferencing

The method called to dereference a value