[][src]Enum polyhorn_android::raw::Platform

pub enum Platform {}

Non-constructable type that implements the platform trait for iOS.

Trait Implementations

impl Builtin<Platform> for Builtin[src]

impl CommandBuffer<Platform> for CommandBuffer[src]

impl Component<Platform> for OpaqueComponent[src]

impl Compositor<Platform> for Compositor[src]

impl Container<Platform> for OpaqueContainer[src]

impl Platform for Platform[src]

type CommandBuffer = CommandBuffer

type Component = OpaqueComponent

type Compositor = Compositor

type Container = OpaqueContainer

This is a native container that renders a built-in. For example, this can be an UIView or a div. Native containers are usually not thread-safe and reside only on the main thread. Read more

type ContainerID = ContainerID

This is a virtual container that renders a built-in. These containers should be thread-safe (e.g. Send + Sync). Read more

type Environment = Environment

Auto Trait Implementations

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

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

impl<T> AsAny for T where
    T: Any
[src]

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

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

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

impl<'a, T> Desc<'a, T> for T[src]

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

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

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.