Struct amethyst_renderer::Transparent [−][src]
pub struct Transparent;
Transparent mesh component
Trait Implementations
impl Clone for Transparent[src]
impl Clone for Transparentfn clone(&self) -> Transparent[src]
fn clone(&self) -> TransparentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Transparent[src]
impl Debug for Transparentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Transparent[src]
impl Default for Transparentfn default() -> Transparent[src]
fn default() -> TransparentReturns the "default value" for a type. Read more
impl Component for Transparent[src]
impl Component for Transparenttype Storage = NullStorage<Self>
Associated storage type for this component.
Auto Trait Implementations
impl Send for Transparent
impl Send for Transparentimpl Sync for Transparent
impl Sync for Transparent