pub struct LeI32;
Expand description

32 Bit signed integer stored in little endian byte order

Trait Implementations

The value type associated with each node in the tree.

Writes the value, so Self::read_value can extract it again. In case of success the number of bytes written is returned. Read more

Reads the value from a raw binary representation. Reads the value from the back of the passed slice. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.