[][src]Struct glk::types::wintype

pub struct wintype(pub u32);

Newtype for Glk wintype

Methods

impl wintype[src]

pub const AllTypes: Self[src]

Not an actual window type, but special value for some API functions.

pub const Pair: Self[src]

pub const Blank: Self[src]

pub const TextBuffer: Self[src]

pub const TextGrid: Self[src]

pub const Graphics: Self[src]

Trait Implementations

impl Clone for wintype[src]

impl Copy for wintype[src]

impl Eq for wintype[src]

impl PartialEq<wintype> for wintype[src]

impl Debug for wintype[src]

impl StructuralPartialEq for wintype[src]

impl StructuralEq for wintype[src]

Auto Trait Implementations

impl Send for wintype

impl Sync for wintype

impl Unpin for wintype

impl UnwindSafe for wintype

impl RefUnwindSafe for wintype

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]