pub struct FilterConfigColorValue(pub u32);Available on crate feature
filter only.Expand description
色選択の設定値の色。
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for FilterConfigColorValue
impl Clone for FilterConfigColorValue
Source§fn clone(&self) -> FilterConfigColorValue
fn clone(&self) -> FilterConfigColorValue
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 FilterConfigColorValue
impl Debug for FilterConfigColorValue
Source§impl Display for FilterConfigColorValue
impl Display for FilterConfigColorValue
Source§impl From<FILTER_ITEM_COLOR_VALUE> for FilterConfigColorValue
impl From<FILTER_ITEM_COLOR_VALUE> for FilterConfigColorValue
Source§fn from(value: FILTER_ITEM_COLOR_VALUE) -> Self
fn from(value: FILTER_ITEM_COLOR_VALUE) -> Self
Converts to this type from the input type.
Source§impl From<FilterConfigColorValue> for FILTER_ITEM_COLOR_VALUE
impl From<FilterConfigColorValue> for FILTER_ITEM_COLOR_VALUE
Source§fn from(value: FilterConfigColorValue) -> Self
fn from(value: FilterConfigColorValue) -> Self
Converts to this type from the input type.
Source§impl From<FilterConfigColorValue> for u32
impl From<FilterConfigColorValue> for u32
Source§fn from(value: FilterConfigColorValue) -> Self
fn from(value: FilterConfigColorValue) -> Self
Converts to this type from the input type.
Source§impl From<u32> for FilterConfigColorValue
impl From<u32> for FilterConfigColorValue
Source§impl Hash for FilterConfigColorValue
impl Hash for FilterConfigColorValue
Source§impl LowerHex for FilterConfigColorValue
impl LowerHex for FilterConfigColorValue
Source§impl Ord for FilterConfigColorValue
impl Ord for FilterConfigColorValue
Source§fn cmp(&self, other: &FilterConfigColorValue) -> Ordering
fn cmp(&self, other: &FilterConfigColorValue) -> 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 PartialEq for FilterConfigColorValue
impl PartialEq for FilterConfigColorValue
Source§impl PartialOrd for FilterConfigColorValue
impl PartialOrd for FilterConfigColorValue
Source§impl UpperHex for FilterConfigColorValue
impl UpperHex for FilterConfigColorValue
impl Copy for FilterConfigColorValue
impl Eq for FilterConfigColorValue
impl StructuralPartialEq for FilterConfigColorValue
Auto Trait Implementations§
impl Freeze for FilterConfigColorValue
impl RefUnwindSafe for FilterConfigColorValue
impl Send for FilterConfigColorValue
impl Sync for FilterConfigColorValue
impl Unpin for FilterConfigColorValue
impl UnwindSafe for FilterConfigColorValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more