Struct level_lib::structs::generator::SuperflatLayer
source · pub struct SuperflatLayer {
pub height: i32,
pub block: Option<String>,
}Expand description
Layer data
Fields§
§height: i32The height of the layer
block: Option<String>Auto Trait Implementations§
impl Freeze for SuperflatLayer
impl RefUnwindSafe for SuperflatLayer
impl Send for SuperflatLayer
impl Sync for SuperflatLayer
impl Unpin for SuperflatLayer
impl UnwindSafe for SuperflatLayer
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