Module raw

Module raw 

Source

Modules§

jni

Structs§

AndroidLogger
CommandBuffer
Concrete implementation of a command buffer that can buffer commands before committing them to the compositor.
Compositor
Concrete implementation of a compositor that is responsible for adding and removing native views from the native view hierarchy based on the virtual representation within Polyhorn.
ContainerID
An opaque ID for containers that can be shared between threads.
Environment
Opaque type that wraps the shared layout tree.
OpaqueComponent
Opaque reference counted wrapper around a component.
OpaqueContainer
Opaque wrapper around a container with two optional layouts attached. If both are given, the first refers to the container’s layout itself, whereas the second refers to the container’s content layout. These can be different when working with scroll views for example, which are essentially treated as two adjacent nodes in the layout tree.

Enums§

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

Traits§

Component
Platform-specific component trait.
Container
Concrete implementation of an Android-specific container.
Convert