pub struct Stretching {
pub pole_lat: i32,
pub pole_lon: u32,
pub factor: u32,
}Fields§
§pole_lat: i32Latitude of the pole of stretching.
pole_lon: u32Longitude of the pole of stretching.
factor: u32Stretching factor.
Trait Implementations§
Source§impl Clone for Stretching
impl Clone for Stretching
Source§fn clone(&self) -> Stretching
fn clone(&self) -> Stretching
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Stretching
impl Debug for Stretching
Source§impl Dump for Stretching
impl Dump for Stretching
Source§impl PartialEq for Stretching
impl PartialEq for Stretching
impl StructuralPartialEq for Stretching
Source§impl TryFromSlice for Stretching
impl TryFromSlice for Stretching
Source§impl WriteToBuffer for Stretching
impl WriteToBuffer for Stretching
Auto Trait Implementations§
impl Freeze for Stretching
impl RefUnwindSafe for Stretching
impl Send for Stretching
impl Sync for Stretching
impl Unpin for Stretching
impl UnsafeUnpin for Stretching
impl UnwindSafe for Stretching
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