pub struct TexMap {
pub data: Vec<Color16>,
}Expand description
A texture. They are always either 128x128 or 64x64
Fields§
§data: Vec<Color16>Implementations§
Trait Implementations§
impl Eq for TexMap
impl StructuralPartialEq for TexMap
Auto Trait Implementations§
impl Freeze for TexMap
impl RefUnwindSafe for TexMap
impl Send for TexMap
impl Sync for TexMap
impl Unpin for TexMap
impl UnsafeUnpin for TexMap
impl UnwindSafe for TexMap
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