Lines Matching full:endianness
143 /// The endianness used by this platform.
146 /// endianness of the target platform.
150 /// The endianness used by this platform.
153 /// endianness of the target platform.
157 /// The endianness used in many network protocols.
463 /// `new`, as `new` may perform an endianness swap depending on the
464 /// endianness `O` and the endianness of the platform.
501 Second, the endianness of its memory layout is given by the type parameter `O`,
508 the [`set`] method. In all cases, if the endianness `O` is not the same as the
509 endianness of the current platform, an endianness swap will be performed in
511 has endianness `O` and that, b) the layout of `", stringify!($native), "` has
512 the platform's native endianness.
559 /// using `new`, as `new` may perform an endianness swap depending
560 /// on the endianness and platform.
585 /// Constructs a new value, possibly performing an endianness
586 /// swap to guarantee that the returned value has endianness
602 /// an endianness swap to guarantee that the return value has
603 /// the endianness of the native platform.
615 /// performing an endianness swap to guarantee that the stored value
616 /// has the endianness `O`.
906 // FIXME(https://github.com/rust-lang/rust/issues/72447): Use the endianness