Skip to main content

Egc32

Type Alias Egc32 

Source
pub type Egc32 = StaticU8Egc<3>;
Expand description

A 32-bit EGC, with fixed capacity of 3 bytes.

Aliased Type§

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

Trait Implementations§

Source§

impl From<Char7> for Egc32

Source§

fn from(c: Char7) -> Egc32

Converts to this type from the input type.
Source§

impl From<Char8> for Egc32

Source§

fn from(c: Char8) -> Egc32

Converts to this type from the input type.
Source§

impl From<Char16> for Egc32

Source§

fn from(c: Char16) -> Egc32

Converts to this type from the input type.
Source§

impl TryFrom<Char24> for Egc32

Source§

type Error = TextosError

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

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

Performs the conversion.
Source§

impl TryFrom<Char32> for Egc32

Source§

type Error = TextosError

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

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

Performs the conversion.
Source§

impl TryFrom<char> for Egc32

Source§

type Error = TextosError

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

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

Performs the conversion.