Skip to main content

NonNulString32

Type Alias NonNulString32 

Source
pub type NonNulString32 = StaticNonNulString<4>;
Expand description

A 32-bit UTF-8-encoded string, with fixed capacity of 4 bytes, no nul chars.

Aliased Type§

pub struct NonNulString32 { /* private fields */ }

Trait Implementations§

Source§

impl From<Char7> for NonNulString32

Source§

fn from(c: Char7) -> NonNulString32

Converts to this type from the input type.
Source§

impl From<Char8> for NonNulString32

Source§

fn from(c: Char8) -> NonNulString32

Converts to this type from the input type.
Source§

impl From<Char16> for NonNulString32

Source§

fn from(c: Char16) -> NonNulString32

Converts to this type from the input type.
Source§

impl From<Char24> for NonNulString32

Source§

fn from(c: Char24) -> NonNulString32

Converts to this type from the input type.
Source§

impl From<Char32> for NonNulString32

Source§

fn from(c: Char32) -> NonNulString32

Converts to this type from the input type.
Source§

impl From<char> for NonNulString32

Source§

fn from(c: char) -> NonNulString32

Converts to this type from the input type.