Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
U32 in object::endian - Rust
[go: Go Back, main page]

Type Alias U32

Source
pub type U32<E> = U32Bytes<E>;
Expand description

A u32 value with an externally specified endianness of type E.

Aliased Typeยง

pub struct U32<E>(/* private fields */);