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
U16 in object::endian - Rust
[go: Go Back, main page]

Type Alias U16

Source
pub type U16<E> = U16Bytes<E>;
Expand description

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

Aliased Typeยง

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