Skip to main content

Egc48

Type Alias Egc48 

Source
pub type Egc48 = StaticU8Egc<5>;
Expand description

A 48-bit EGC, with fixed capacity of 5 bytes.

Aliased Type§

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

Trait Implementations§

Source§

impl From<Char7> for Egc48

Source§

fn from(c: Char7) -> Egc48

Converts to this type from the input type.
Source§

impl From<Char8> for Egc48

Source§

fn from(c: Char8) -> Egc48

Converts to this type from the input type.
Source§

impl From<Char16> for Egc48

Source§

fn from(c: Char16) -> Egc48

Converts to this type from the input type.
Source§

impl From<Char24> for Egc48

Source§

fn from(c: Char24) -> Egc48

Converts to this type from the input type.
Source§

impl From<Char32> for Egc48

Source§

fn from(c: Char32) -> Egc48

Converts to this type from the input type.
Source§

impl From<char> for Egc48

Source§

fn from(c: char) -> Egc48

Converts to this type from the input type.