pub struct Rotation {
pub south_pole_lat: i32,
pub south_pole_lon: i32,
pub rot_angle: f32,
}Fields§
§south_pole_lat: i32Latitude of the southern pole of projection.
south_pole_lon: i32Longitude of the southern pole of projection.
rot_angle: f32Angle of rotation of projection.
Trait Implementations§
impl StructuralPartialEq for Rotation
Auto Trait Implementations§
impl Freeze for Rotation
impl RefUnwindSafe for Rotation
impl Send for Rotation
impl Sync for Rotation
impl Unpin for Rotation
impl UnsafeUnpin for Rotation
impl UnwindSafe for Rotation
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