Struct classicube_sys::_Atlas2DData
source · #[repr(C)]pub struct _Atlas2DData {
pub Bmp: Bitmap,
pub TileSize: c_int,
pub RowsCount: c_int,
}
Fields§
§Bmp: Bitmap
§TileSize: c_int
§RowsCount: c_int
Trait Implementations§
source§impl Debug for _Atlas2DData
impl Debug for _Atlas2DData
source§impl Hash for _Atlas2DData
impl Hash for _Atlas2DData
source§impl PartialEq for _Atlas2DData
impl PartialEq for _Atlas2DData
source§fn eq(&self, other: &_Atlas2DData) -> bool
fn eq(&self, other: &_Atlas2DData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for _Atlas2DData
impl StructuralPartialEq for _Atlas2DData
Auto Trait Implementations§
impl Freeze for _Atlas2DData
impl RefUnwindSafe for _Atlas2DData
impl !Send for _Atlas2DData
impl !Sync for _Atlas2DData
impl Unpin for _Atlas2DData
impl UnwindSafe for _Atlas2DData
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