pub struct InsetFunctionParams<'a>(pub CalcableValue<'a, LengthPercentage>, pub Option<CalcableValue<'a, LengthPercentage>>, pub Option<CalcableValue<'a, LengthPercentage>>, pub Option<CalcableValue<'a, LengthPercentage>>, pub Option<(Ident, BorderRadiusStyleValue<'a>)>);Tuple Fields§
§0: CalcableValue<'a, LengthPercentage>§1: Option<CalcableValue<'a, LengthPercentage>>§2: Option<CalcableValue<'a, LengthPercentage>>§3: Option<CalcableValue<'a, LengthPercentage>>§4: Option<(Ident, BorderRadiusStyleValue<'a>)>Trait Implementations§
Source§impl<'a> Clone for InsetFunctionParams<'a>
impl<'a> Clone for InsetFunctionParams<'a>
Source§fn clone(&self) -> InsetFunctionParams<'a>
fn clone(&self) -> InsetFunctionParams<'a>
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<'a> Debug for InsetFunctionParams<'a>
impl<'a> Debug for InsetFunctionParams<'a>
impl<'a> Eq for InsetFunctionParams<'a>
Source§impl<'a> Hash for InsetFunctionParams<'a>
impl<'a> Hash for InsetFunctionParams<'a>
Source§impl<'a> Ord for InsetFunctionParams<'a>
impl<'a> Ord for InsetFunctionParams<'a>
Source§fn cmp(&self, other: &InsetFunctionParams<'a>) -> Ordering
fn cmp(&self, other: &InsetFunctionParams<'a>) -> Ordering
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<'a> Parse<'a> for InsetFunctionParams<'a>
impl<'a> Parse<'a> for InsetFunctionParams<'a>
Source§impl<'a> PartialEq for InsetFunctionParams<'a>
impl<'a> PartialEq for InsetFunctionParams<'a>
Source§impl<'a> PartialOrd for InsetFunctionParams<'a>
impl<'a> PartialOrd for InsetFunctionParams<'a>
Source§impl<'a> Peek<'a> for InsetFunctionParams<'a>
impl<'a> Peek<'a> for InsetFunctionParams<'a>
Source§impl<'a> SemanticEq for InsetFunctionParams<'a>
impl<'a> SemanticEq for InsetFunctionParams<'a>
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.impl<'a> StructuralPartialEq for InsetFunctionParams<'a>
Source§impl<'a> ToCursors for InsetFunctionParams<'a>
impl<'a> ToCursors for InsetFunctionParams<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for InsetFunctionParams<'a>
impl<'a> !Send for InsetFunctionParams<'a>
impl<'a> !Sync for InsetFunctionParams<'a>
impl<'a> !UnwindSafe for InsetFunctionParams<'a>
impl<'a> Freeze for InsetFunctionParams<'a>
impl<'a> Unpin for InsetFunctionParams<'a>
impl<'a> UnsafeUnpin for InsetFunctionParams<'a>
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