Struct amethyst_renderer::Transparent[][src]

pub struct Transparent;

Transparent mesh component

Trait Implementations

impl Clone for Transparent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Transparent
[src]

Formats the value using the given formatter. Read more

impl Default for Transparent
[src]

Returns the "default value" for a type. Read more

impl Component for Transparent
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for Transparent

impl Sync for Transparent