pub struct PivotOutput {
pub pp: f64,
pub r1: f64,
pub r2: f64,
pub r3: f64,
pub s1: f64,
pub s2: f64,
pub s3: f64,
}Expand description
Pivot points output values.
Fields§
§pp: f64§r1: f64§r2: f64§r3: f64§s1: f64§s2: f64§s3: f64Trait Implementations§
Source§impl Clone for PivotOutput
impl Clone for PivotOutput
Source§fn clone(&self) -> PivotOutput
fn clone(&self) -> PivotOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 PivotOutput
impl Debug for PivotOutput
Source§impl<'de> Deserialize<'de> for PivotOutput
impl<'de> Deserialize<'de> for PivotOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PivotOutput
impl PartialEq for PivotOutput
Source§impl Serialize for PivotOutput
impl Serialize for PivotOutput
impl Copy for PivotOutput
impl StructuralPartialEq for PivotOutput
Auto Trait Implementations§
impl Freeze for PivotOutput
impl RefUnwindSafe for PivotOutput
impl Send for PivotOutput
impl Sync for PivotOutput
impl Unpin for PivotOutput
impl UnsafeUnpin for PivotOutput
impl UnwindSafe for PivotOutput
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