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