pub struct Tileset {
pub geometric_error: f64,
pub root: Tile,
}Expand description
Root document of a 3D Tiles tileset.
Fields§
§geometric_error: f64Tileset-level geometric error.
root: TileRoot tile.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Tileset
Auto Trait Implementations§
impl Freeze for Tileset
impl RefUnwindSafe for Tileset
impl Send for Tileset
impl Sync for Tileset
impl Unpin for Tileset
impl UnsafeUnpin for Tileset
impl UnwindSafe for Tileset
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