Skip to main content

Egc64

Type Alias Egc64 

Source
pub type Egc64 = StaticU8Egc<7>;
Expand description

A 64-bit EGC, with fixed capacity of 7 bytes.

Aliased Type§

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

Trait Implementations§

Source§

impl From<Char7> for Egc64

Source§

fn from(c: Char7) -> Egc64

Converts to this type from the input type.
Source§

impl From<Char8> for Egc64

Source§

fn from(c: Char8) -> Egc64

Converts to this type from the input type.
Source§

impl From<Char16> for Egc64

Source§

fn from(c: Char16) -> Egc64

Converts to this type from the input type.
Source§

impl From<Char24> for Egc64

Source§

fn from(c: Char24) -> Egc64

Converts to this type from the input type.
Source§

impl From<Char32> for Egc64

Source§

fn from(c: Char32) -> Egc64

Converts to this type from the input type.
Source§

impl From<char> for Egc64

Source§

fn from(c: char) -> Egc64

Converts to this type from the input type.