Struct classicube_sys::TextAtlas
source · #[repr(C)]pub struct TextAtlas {
pub tex: Texture,
pub offset: c_int,
pub curX: c_int,
pub uScale: f32,
pub widths: [c_short; 16],
pub offsets: [c_short; 16],
}
Fields§
§tex: Texture
§offset: c_int
§curX: c_int
§uScale: f32
§widths: [c_short; 16]
§offsets: [c_short; 16]
Trait Implementations§
source§impl PartialEq for TextAtlas
impl PartialEq for TextAtlas
impl StructuralPartialEq for TextAtlas
Auto Trait Implementations§
impl Freeze for TextAtlas
impl RefUnwindSafe for TextAtlas
impl !Send for TextAtlas
impl !Sync for TextAtlas
impl Unpin for TextAtlas
impl UnwindSafe for TextAtlas
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