Struct bytes_cast::unaligned::I32Be

source ·
#[repr(transparent)]
pub struct I32Be(_);
Expand description

Big-endian i32, without alignment requirement.

Implements the BytesCast trait to reinterpret &[u8] byte slices, and the From and Into traits to convert to and from i32.

Implementations§

Converts to native-endian. Same as .into(), but .into() may need a type annotation.

Trait Implementations§

Interpret the start of the given slice of bytes as reference to this type. Read more
Interpret the start of the given slice of bytes as slice of this type. Read more
Interpret this value as the bytes of its memory representation.
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Converts to native-endian

Converts to this type from the input type.

Converts from native-endian

Converts to this type from the input type.
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

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.