#[repr(C)]pub struct LayerStack {
pub layers: [Layer; 61],
pub entry_1: *mut Layer,
pub entry_4: *mut Layer,
pub entry_16: *mut Layer,
pub entry_64: *mut Layer,
pub entry_256: *mut Layer,
pub oceanRnd: PerlinNoise,
}Fields§
§layers: [Layer; 61]§entry_1: *mut Layer§entry_4: *mut Layer§entry_16: *mut Layer§entry_64: *mut Layer§entry_256: *mut Layer§oceanRnd: PerlinNoiseTrait Implementations§
Source§impl Clone for LayerStack
impl Clone for LayerStack
Source§fn clone(&self) -> LayerStack
fn clone(&self) -> LayerStack
Returns a duplicate 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 LayerStack
impl Debug for LayerStack
impl Copy for LayerStack
Auto Trait Implementations§
impl Freeze for LayerStack
impl RefUnwindSafe for LayerStack
impl !Send for LayerStack
impl !Sync for LayerStack
impl Unpin for LayerStack
impl UnwindSafe for LayerStack
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