#[repr(C)]pub struct BiomeTree {
pub steps: *const u32,
pub param: *const i32,
pub nodes: *const u64,
pub order: u32,
pub len: u32,
}Fields§
§steps: *const u32§param: *const i32§nodes: *const u64§order: u32§len: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BiomeTree
impl RefUnwindSafe for BiomeTree
impl !Send for BiomeTree
impl !Sync for BiomeTree
impl Unpin for BiomeTree
impl UnwindSafe for BiomeTree
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