Enum lotus_script::graphics::textures::DrawableTexture
source · pub enum DrawableTexture {
Script(TextureHandle),
}
Variants§
Script(TextureHandle)
Trait Implementations§
source§impl From<&Texture> for DrawableTexture
impl From<&Texture> for DrawableTexture
source§impl From<TextureHandle> for DrawableTexture
impl From<TextureHandle> for DrawableTexture
source§fn from(handle: TextureHandle) -> Self
fn from(handle: TextureHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DrawableTexture
impl RefUnwindSafe for DrawableTexture
impl Send for DrawableTexture
impl Sync for DrawableTexture
impl Unpin for DrawableTexture
impl UnwindSafe for DrawableTexture
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