Expand description
In addition to the full resolution image,
this layer also contains smaller versions,
and each smaller version has further versions with varying aspect ratios.
Samples
can currently only be FlatSamples
.
Fields
map_data: LevelMaps<Samples>
A flattened list containing the individual levels
level_count: Vec2<usize>
The number of levels that were generated along the x-axis and y-axis.
Implementations
Trait Implementations
impl<Samples: Eq> Eq for RipMaps<Samples>
impl<Samples> StructuralEq for RipMaps<Samples>
impl<Samples> StructuralPartialEq for RipMaps<Samples>
Auto Trait Implementations
impl<Samples> RefUnwindSafe for RipMaps<Samples> where
Samples: RefUnwindSafe,
impl<Samples> Send for RipMaps<Samples> where
Samples: Send,
impl<Samples> Sync for RipMaps<Samples> where
Samples: Sync,
impl<Samples> Unpin for RipMaps<Samples> where
Samples: Unpin,
impl<Samples> UnwindSafe for RipMaps<Samples> where
Samples: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more