pub type FixedUtf16LeNullTerminated<const N: usize> = FixedUtf16LeNullPadded<N>;👎Deprecated since 0.3.3: renamed to FixedUtf16LeNullPadded (these fixed-length buffers are NUL-padded; a final terminator is not required)
Available on crate features
text_fixed and text_utf16 only.Expand description
Backwards-compatible name for FixedUtf16LeNullPadded.
Aliased Type§
pub struct FixedUtf16LeNullTerminated<const N: usize>(pub FixedUtf16CodeUnitsEndian<LittleEndian<u16>, N>);Tuple Fields§
§0: FixedUtf16CodeUnitsEndian<LittleEndian<u16>, N>