Skip to main content

AnyMesh

Type Alias AnyMesh 

Source
pub type AnyMesh = Box<dyn AnyMeshT>;

Aliased Type§

pub struct AnyMesh(/* private fields */);

Trait Implementations§

Source§

impl Default for AnyMesh

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<T: Borrow<Model>> From<T> for AnyMesh

Source§

fn from(m: T) -> Self

Converts to this type from the input type.