pub struct Xyz {
pub x: u64,
pub y: u64,
pub z: u8,
}Expand description
TileMatrixSet X,Y,Z tile indices.
Fields§
§x: u64horizontal index.
y: u64vertical index.
z: u8zoom level.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Xyz
Auto Trait Implementations§
impl Freeze for Xyz
impl RefUnwindSafe for Xyz
impl Send for Xyz
impl Sync for Xyz
impl Unpin for Xyz
impl UnwindSafe for Xyz
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