pub struct Scale3dFunctionParams(pub NumberOrPercentage, pub Option<Comma>, pub NumberOrPercentage, pub Option<Comma>, pub NumberOrPercentage);Tuple Fields§
§0: NumberOrPercentage§1: Option<Comma>§2: NumberOrPercentage§3: Option<Comma>§4: NumberOrPercentageTrait Implementations§
Source§impl Clone for Scale3dFunctionParams
impl Clone for Scale3dFunctionParams
Source§fn clone(&self) -> Scale3dFunctionParams
fn clone(&self) -> Scale3dFunctionParams
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 Scale3dFunctionParams
impl Debug for Scale3dFunctionParams
Source§impl Hash for Scale3dFunctionParams
impl Hash for Scale3dFunctionParams
Source§impl Ord for Scale3dFunctionParams
impl Ord for Scale3dFunctionParams
Source§fn cmp(&self, other: &Scale3dFunctionParams) -> Ordering
fn cmp(&self, other: &Scale3dFunctionParams) -> Ordering
1.21.0 · 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<'a> Parse<'a> for Scale3dFunctionParams
impl<'a> Parse<'a> for Scale3dFunctionParams
Source§impl PartialEq for Scale3dFunctionParams
impl PartialEq for Scale3dFunctionParams
Source§impl PartialOrd for Scale3dFunctionParams
impl PartialOrd for Scale3dFunctionParams
Source§impl<'a> Peek<'a> for Scale3dFunctionParams
impl<'a> Peek<'a> for Scale3dFunctionParams
Source§impl ToCursors for Scale3dFunctionParams
impl ToCursors for Scale3dFunctionParams
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for Scale3dFunctionParams
impl StructuralPartialEq for Scale3dFunctionParams
Auto Trait Implementations§
impl Freeze for Scale3dFunctionParams
impl RefUnwindSafe for Scale3dFunctionParams
impl Send for Scale3dFunctionParams
impl Sync for Scale3dFunctionParams
impl Unpin for Scale3dFunctionParams
impl UnwindSafe for Scale3dFunctionParams
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