Enum dae_parser::ImageParam
source · pub enum ImageParam {
NewParam(NewParam),
Image(Image),
}
Variants§
Trait Implementations§
source§impl Clone for ImageParam
impl Clone for ImageParam
source§fn clone(&self) -> ImageParam
fn clone(&self) -> ImageParam
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more