pub struct WorldFile {
pub x_scale: f64,
pub y_skew: f64,
pub x_skew: f64,
pub y_scale: f64,
pub x_coord: f64,
pub y_coord: f64,
}
Fields§
§x_scale: f64
§y_skew: f64
§x_skew: f64
§y_scale: f64
§x_coord: f64
§y_coord: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorldFile
impl RefUnwindSafe for WorldFile
impl Send for WorldFile
impl Sync for WorldFile
impl Unpin for WorldFile
impl UnwindSafe for WorldFile
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