pub struct BlendingData {
pub min_section: i32,
pub max_section: i32,
}
Expand description
From the wiki: This appears to be biome blending data, although more testing is needed to confirm.
Fields§
§min_section: i32
[More information needed]
max_section: i32
[More information needed]
Trait Implementations§
Source§impl Clone for BlendingData
impl Clone for BlendingData
Source§fn clone(&self) -> BlendingData
fn clone(&self) -> BlendingData
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 BlendingData
impl Debug for BlendingData
Source§impl<'de> Deserialize<'de> for BlendingData
impl<'de> Deserialize<'de> for BlendingData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BlendingData
impl PartialEq for BlendingData
impl StructuralPartialEq for BlendingData
Auto Trait Implementations§
impl Freeze for BlendingData
impl RefUnwindSafe for BlendingData
impl Send for BlendingData
impl Sync for BlendingData
impl Unpin for BlendingData
impl UnwindSafe for BlendingData
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