#[repr(C)]pub struct TCOD_bsp_t {
pub tree: TCOD_tree_t,
pub x: c_int,
pub y: c_int,
pub w: c_int,
pub h: c_int,
pub position: c_int,
pub level: uint8,
pub horizontal: bool_,
}Fields§
§tree: TCOD_tree_t§x: c_int§y: c_int§w: c_int§h: c_int§position: c_int§level: uint8§horizontal: bool_Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCOD_bsp_t
impl RefUnwindSafe for TCOD_bsp_t
impl !Send for TCOD_bsp_t
impl !Sync for TCOD_bsp_t
impl Unpin for TCOD_bsp_t
impl UnwindSafe for TCOD_bsp_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