[][src]Struct julia_set::CpuProgram

pub struct CpuProgram<F> { /* fields omitted */ }
This is supported on crate feature cpu_backend only.

Programs output by the Cpu backend. Come in two varieties depending on the type param: native closures, or interpreted Functions.

Trait Implementations

impl<F: Debug> Debug for CpuProgram<F>[src]

impl<F: ComputePoint> Render for CpuProgram<F>[src]

type Error = Infallible

Error that may be returned during rendering.

Auto Trait Implementations

impl<F> RefUnwindSafe for CpuProgram<F> where
    F: RefUnwindSafe
[src]

impl<F> Send for CpuProgram<F> where
    F: Send
[src]

impl<F> Sync for CpuProgram<F> where
    F: Sync
[src]

impl<F> Unpin for CpuProgram<F> where
    F: Unpin
[src]

impl<F> UnwindSafe for CpuProgram<F> where
    F: UnwindSafe
[src]

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> Content for T[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

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

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

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

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.