Skip to main content

NonNulString40

Type Alias NonNulString40 

Source
pub type NonNulString40 = StaticNonNulString<5>;
Expand description

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

Aliased Type§

pub struct NonNulString40 { /* private fields */ }

Trait Implementations§

Source§

impl From<Char7> for NonNulString40

Source§

fn from(c: Char7) -> NonNulString40

Converts to this type from the input type.
Source§

impl From<Char8> for NonNulString40

Source§

fn from(c: Char8) -> NonNulString40

Converts to this type from the input type.
Source§

impl From<Char16> for NonNulString40

Source§

fn from(c: Char16) -> NonNulString40

Converts to this type from the input type.
Source§

impl From<Char24> for NonNulString40

Source§

fn from(c: Char24) -> NonNulString40

Converts to this type from the input type.
Source§

impl From<Char32> for NonNulString40

Source§

fn from(c: Char32) -> NonNulString40

Converts to this type from the input type.
Source§

impl From<char> for NonNulString40

Source§

fn from(c: char) -> NonNulString40

Converts to this type from the input type.