Enum dae_parser::ImageParam
source · [−]Variants
NewParam(NewParam)
A NewParam
element.
Image(Image)
An Image
element.
Trait Implementations
sourceimpl Clone for ImageParam
impl Clone for ImageParam
sourcefn clone(&self) -> ImageParam
fn clone(&self) -> ImageParam
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ImageParam
impl Debug for ImageParam
Auto Trait Implementations
impl RefUnwindSafe for ImageParam
impl Send for ImageParam
impl Sync for ImageParam
impl Unpin for ImageParam
impl UnwindSafe for ImageParam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more