pub struct Location {
pub x_coordinate: f64,
pub y_coordinate: f64,
pub z_coordinate: f64,
}Expand description
6.2.98 World Coordinates record
Fields§
§x_coordinate: f64§y_coordinate: f64§z_coordinate: f64Implementations§
Trait Implementations§
impl Copy for Location
impl StructuralPartialEq for Location
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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