[][src]Struct glk::types::gestalt_CharOutput

pub struct gestalt_CharOutput(pub u32);

Newtype for Glk gestalt_CharOutput

Methods

impl gestalt_CharOutput[src]

pub const CannotPrint: Self[src]

The character cannot be meaningfully printed. If you try, the player may see nothing, or

  • may see a placeholder.

pub const ApproxPrint: Self[src]

The library will print some approximation of the character. It will be more or less right,

  • but it may not be precise, and it may not be distinguishable from other, similar characters.

pub const ExactPrint: Self[src]

The character will be printed exactly as defined.

Trait Implementations

impl Clone for gestalt_CharOutput[src]

impl Copy for gestalt_CharOutput[src]

impl Eq for gestalt_CharOutput[src]

impl PartialEq<gestalt_CharOutput> for gestalt_CharOutput[src]

impl Debug for gestalt_CharOutput[src]

impl StructuralPartialEq for gestalt_CharOutput[src]

impl StructuralEq for gestalt_CharOutput[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]