#[repr(C)]pub struct TCOD_heightmap_t {
pub w: c_int,
pub h: c_int,
pub values: *mut f32,
}Fields§
§w: c_int§h: c_int§values: *mut f32Trait Implementations§
Source§impl Clone for TCOD_heightmap_t
impl Clone for TCOD_heightmap_t
Source§impl Debug for TCOD_heightmap_t
impl Debug for TCOD_heightmap_t
impl Copy for TCOD_heightmap_t
Auto Trait Implementations§
impl Freeze for TCOD_heightmap_t
impl RefUnwindSafe for TCOD_heightmap_t
impl !Send for TCOD_heightmap_t
impl !Sync for TCOD_heightmap_t
impl Unpin for TCOD_heightmap_t
impl UnwindSafe for TCOD_heightmap_t
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