Skip to main content

NonNulEgc8

Type Alias NonNulEgc8 

Source
pub type NonNulEgc8 = StaticNonNulEgc<1>;
Expand description

An 8-bit EGC, with fixed capacity of 1 byte, no nul chars.

Aliased Type§

pub struct NonNulEgc8(/* private fields */);

Trait Implementations§

Source§

impl From<Char7> for NonNulEgc8

Source§

fn from(c: Char7) -> NonNulEgc8

Converts to this type from the input type.
Source§

impl TryFrom<Char8> for NonNulEgc8

Source§

type Error = TextosError

The type returned in the event of a conversion error.
Source§

fn try_from(c: Char8) -> Result<NonNulEgc8>

Performs the conversion.
Source§

impl TryFrom<Char16> for NonNulEgc8

Source§

type Error = TextosError

The type returned in the event of a conversion error.
Source§

fn try_from(c: Char16) -> Result<NonNulEgc8>

Performs the conversion.
Source§

impl TryFrom<Char24> for NonNulEgc8

Source§

type Error = TextosError

The type returned in the event of a conversion error.
Source§

fn try_from(c: Char24) -> Result<NonNulEgc8>

Performs the conversion.
Source§

impl TryFrom<Char32> for NonNulEgc8

Source§

type Error = TextosError

The type returned in the event of a conversion error.
Source§

fn try_from(c: Char32) -> Result<NonNulEgc8>

Performs the conversion.
Source§

impl TryFrom<char> for NonNulEgc8

Source§

type Error = TextosError

The type returned in the event of a conversion error.
Source§

fn try_from(c: char) -> Result<NonNulEgc8>

Performs the conversion.