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