Struct bottomless_pit::texture::TextureIndex
source · pub struct TextureIndex {
pub size: Vec2<f32>,
/* private fields */
}Expand description
A texture, but more specifically a index into a cahce that stores all the textures
Fields§
§size: Vec2<f32>Auto Trait Implementations§
impl !RefUnwindSafe for TextureIndex
impl Send for TextureIndex
impl Sync for TextureIndex
impl Unpin for TextureIndex
impl !UnwindSafe for TextureIndex
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