Struct classicube_sys::_Atlas1DData
source · #[repr(C)]pub struct _Atlas1DData {
pub Count: c_int,
pub TilesPerAtlas: c_int,
pub Mask: c_int,
pub Shift: c_int,
pub InvTileSize: f32,
pub TexIds: [GfxResourceID; 512],
}
Fields§
§Count: c_int
§TilesPerAtlas: c_int
§Mask: c_int
§Shift: c_int
§InvTileSize: f32
§TexIds: [GfxResourceID; 512]
Trait Implementations§
source§impl Clone for _Atlas1DData
impl Clone for _Atlas1DData
source§fn clone(&self) -> _Atlas1DData
fn clone(&self) -> _Atlas1DData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _Atlas1DData
impl Debug for _Atlas1DData
source§impl PartialEq for _Atlas1DData
impl PartialEq for _Atlas1DData
source§fn eq(&self, other: &_Atlas1DData) -> bool
fn eq(&self, other: &_Atlas1DData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _Atlas1DData
impl StructuralPartialEq for _Atlas1DData
Auto Trait Implementations§
impl Freeze for _Atlas1DData
impl RefUnwindSafe for _Atlas1DData
impl !Send for _Atlas1DData
impl !Sync for _Atlas1DData
impl Unpin for _Atlas1DData
impl UnwindSafe for _Atlas1DData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)