pub struct TileZBoxes {
pub ranges: Vec<TileZBox>,
}Expand description
A struct representing a set of TileZBoxes
Fields§
§ranges: Vec<TileZBox>Implementations§
Trait Implementations§
Source§impl Debug for TileZBoxes
impl Debug for TileZBoxes
Source§impl From<TileZBox> for TileZBoxes
impl From<TileZBox> for TileZBoxes
Source§impl IntoIterator for TileZBoxes
impl IntoIterator for TileZBoxes
Auto Trait Implementations§
impl Freeze for TileZBoxes
impl RefUnwindSafe for TileZBoxes
impl Send for TileZBoxes
impl Sync for TileZBoxes
impl Unpin for TileZBoxes
impl UnwindSafe for TileZBoxes
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