pub struct Rotation { /* private fields */ }Implementations§
Source§impl Rotation
impl Rotation
pub fn latitude(&self) -> i32
pub fn get_latitude(&self) -> i32
👎Deprecated since 3.0.0:
Use latitude()
pub fn set_latitude(&mut self, value: i32) -> &mut Self
pub fn longitude(&self) -> i32
pub fn get_longitude(&self) -> i32
👎Deprecated since 3.0.0:
Use longitude()
pub fn set_longitude(&mut self, value: i32) -> &mut Self
pub fn revolution(&self) -> i32
pub fn get_revolution(&self) -> i32
👎Deprecated since 3.0.0:
Use revolution()
pub fn set_revolution(&mut self, value: i32) -> &mut Self
Trait Implementations§
impl Eq for Rotation
Source§impl Ord for Rotation
impl Ord for Rotation
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Rotation
impl PartialOrd for Rotation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.