(function() { var type_impls = Object.fromEntries([["cosmic",[["
1.0.0 · Source§

impl Binary for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Binary","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
§

impl Ceil for u64

§

fn ceil(self) -> u64

Rounds to the smallest integer equal or greater than the original value. Read more
","Ceil","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl Clamp for u64

Source§

fn clamp(self, min: u64, max: u64) -> u64

Clamp self to be within the range [min, max].
Source§

fn clamp_min(self, min: u64) -> u64

Clamp self to be within the range [min, ∞).
Source§

fn clamp_max(self, max: u64) -> u64

Clamp self to be within the range (-∞, max].
","Clamp","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl ClampAssign for u64

Source§

fn clamp_assign(&mut self, min: u64, max: u64)

Clamp self to be within the range [min, max].
Source§

fn clamp_min_assign(&mut self, min: u64)

Clamp self to be within the range [min, ∞).
Source§

fn clamp_max_assign(&mut self, max: u64)

Clamp self to be within the range (-∞, max].
","ClampAssign","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl<C, T> ComponentOrder<C, u64> for T
where\n T: ComponentOrder<C, [u8; 8]>,

Source§

fn pack(color: C) -> u64

Combine the components of a color into the packed format.
Source§

fn unpack(packed: u64) -> C

Split the packed color into its separate components.
","ComponentOrder","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 · Source§

impl Debug for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 · Source§

impl Display for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
§

impl Floor for u64

§

fn floor(self) -> u64

Rounds to the biggest integer equal or lower than the original value. Read more
","Floor","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl FromScalar for u64

Source§

type Scalar = u64

The scalar type that is stored in each lane of Self. Scalar types\nshould set this to equal Self.
Source§

fn from_scalar(scalar: u64) -> u64

Create a new vectorized value where each lane is scalar. This\ncorresponds to splat for SIMD types.
","FromScalar","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl FromScalarArray<1> for u64

Source§

fn from_array(scalars: [u64; 1]) -> u64

Creates a vectorized value from an array of scalars.
","FromScalarArray<1>","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 (const: unstable) · Source§

impl FromStr for u64

Source§

fn from_str(src: &str) -> Result<u64, ParseIntError>

Parses an integer from a string slice with decimal digits.

\n

The characters are expected to be an optional\n+\nsign followed by only digits. Leading and trailing non-digit characters (including\nwhitespace) represent an error. Underscores (which are accepted in Rust literals)\nalso represent an error.

\n
§Examples
\n
use std::str::FromStr;\n\nassert_eq!(u64::from_str(\"+10\"), Ok(10));
\n

Trailing space returns error:

\n\n
assert!(u64::from_str(\"1 \").is_err());
\n
Source§

type Err = ParseIntError

The associated error which can be returned from parsing.
","FromStr","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl HasBoolMask for u64

Source§

type Mask = bool

The mask type to use for selecting Self values.
","HasBoolMask","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
§

impl<'a> IntoFragment<'a> for u64

§

fn into_fragment(self) -> Cow<'a, str>

Converts the value to some text Fragment.
","IntoFragment<'a>","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoScalarArray<1> for u64

Source§

fn into_array(self) -> [u64; 1]

Creates an array of scalars from a vectorized value.
","IntoScalarArray<1>","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<f32> for u64

Source§

fn into_stimulus(self) -> f32

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<f64> for u64

Source§

fn into_stimulus(self) -> f64

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<u128> for u64

Source§

fn into_stimulus(self) -> u128

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<u16> for u64

Source§

fn into_stimulus(self) -> u16

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<u32> for u64

Source§

fn into_stimulus(self) -> u32

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IntoStimulus<u8> for u64

Source§

fn into_stimulus(self) -> u8

Converts self into T, while performing the appropriate scaling,\nrounding and clamping.
","IntoStimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl IsValidDivisor for u64

Source§

fn is_valid_divisor(&self) -> bool

Return true if self can be used as a divisor in x / self. Read more
","IsValidDivisor","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.42.0 · Source§

impl LowerExp for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","LowerExp","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 · Source§

impl LowerHex for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","LowerHex","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl MinMax for u64

Source§

fn min(self, other: u64) -> u64

Return the smallest of self and other.
Source§

fn max(self, other: u64) -> u64

Return the largest of self and other.
Source§

fn min_max(self, other: u64) -> (u64, u64)

Return a pair of self and other, where the smallest is the first\nvalue and the largest is the second.
","MinMax","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl MulAdd for u64

Source§

fn mul_add(self, m: u64, a: u64) -> u64

Multiplies self with m and add a, as in (self * m) + a.
","MulAdd","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl MulSub for u64

Source§

fn mul_sub(self, m: u64, s: u64) -> u64

Multiplies self with m and subtract s, as in (self * m) - s.
","MulSub","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 · Source§

impl Octal for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Octal","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl One for u64

Source§

fn one() -> u64

Create a new 1 value.
","One","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl PartialCmp for u64

Source§

fn lt(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self < other.
Source§

fn lt_eq(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self <= other.
Source§

fn eq(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self == other.
Source§

fn neq(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self != other.
Source§

fn gt_eq(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self >= other.
Source§

fn gt(&self, other: &u64) -> <u64 as HasBoolMask>::Mask

Compares self > other.
","PartialCmp","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl Powu for u64

Source§

fn powu(self, exp: u32) -> u64

Return self raised to the power of exp.
","Powu","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
§

impl Round for u64

§

fn round(self) -> u64

Rounds to the nearest integer value. Read more
","Round","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl SaturatingAdd for u64

Source§

type Output = u64

The resulting type.
Source§

fn saturating_add(self, other: u64) -> u64

Returns the sum of self and other, but saturates instead of overflowing.
","SaturatingAdd","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl SaturatingSub for u64

Source§

type Output = u64

The resulting type.
Source§

fn saturating_sub(self, other: u64) -> u64

Returns the difference of self and other, but saturates instead of overflowing.
","SaturatingSub","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl Stimulus for u64

Source§

fn max_intensity() -> u64

The highest displayable value this component type can reach. Integers\ntypes are expected to return their maximum value, while real numbers\n(like floats) return 1.0. Higher values are allowed, but they may be\nlowered to this before converting to another format.
","Stimulus","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.42.0 · Source§

impl UpperExp for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","UpperExp","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
1.0.0 · Source§

impl UpperHex for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","UpperHex","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"],["
Source§

impl Zero for u64

Source§

fn zero() -> u64

Create a new 0 value.
","Zero","cosmic::iced::daemon::program::graphics::text::cache::KeyHash"]]]]); if (window.register_type_impls) { window.register_type_impls(type_impls); } else { window.pending_type_impls = type_impls; } })() //{"start":55,"fragment_lengths":[76673]}