PlanarSync

Trait PlanarSync 

Source
pub trait PlanarSync
where Self: Default + Send + Sync + Reflect + 'static,
{ type PackedType; type PlanarType: Planar<PackedType = Self::PackedType>; type PlanarTypeHandle: PlanarHandle<Self::PlanarType>; type GpuPlanarType: GpuPlanar<PackedType = Self::PackedType, PlanarType = Self::PlanarType>; }

Required Associated Types§

Source

type PackedType

Source

type PlanarType: Planar<PackedType = Self::PackedType>

Source

type PlanarTypeHandle: PlanarHandle<Self::PlanarType>

Source

type GpuPlanarType: GpuPlanar<PackedType = Self::PackedType, PlanarType = Self::PlanarType>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§