pub enum DrawableObject {
Text(Text),
Image(Image),
Mesh(Mesh),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DrawableObject
impl Send for DrawableObject
impl Sync for DrawableObject
impl Unpin for DrawableObject
impl !UnwindSafe for DrawableObject
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
source§impl<T> HasMut<T> for T
impl<T> HasMut<T> for T
source§fn retrieve_mut(&mut self) -> &mut T
fn retrieve_mut(&mut self) -> &mut T
Method to retrieve the context type as mutable.