Utf16String

Type Alias Utf16String 

Source
pub type Utf16String = Utf16StringLE;
Available on crate feature text_utf16 and little-endian only.

Aliased Type§

pub struct Utf16String(pub Vec<LittleEndian<u16>>);

Tuple Fields§

§0: Vec<LittleEndian<u16>>