[][src]Struct coaster::frameworks::native::Native

pub struct Native { /* fields omitted */ }

Provides the Native framework.

Native means host CPU only. The setup one relies on by default.

Trait Implementations

impl Clone for Native[src]

impl Debug for Native[src]

impl IFramework for Native[src]

type H = Hardware

The Hardware representation for this Framework.

type D = Cpu

The Device representation for this Framework.

type B = Binary

The Binary representation for this Framework.

impl INative for Native[src]

Auto Trait Implementations

impl RefUnwindSafe for Native

impl Send for Native

impl Sync for Native

impl Unpin for Native

impl UnwindSafe for Native

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.