Searched defs:DisplayValue (Results 1 – 4 of 4) sorted by relevance
345 pub struct DisplayValue<T: fmt::Display>(T); struct666 impl<T: fmt::Display> crate::sealed::Sealed for DisplayValue<T> {} implementation668 impl<T> Value for DisplayValue<T> implementation677 impl<T: fmt::Display> fmt::Debug for DisplayValue<T> { implementation683 impl<T: fmt::Display> fmt::Display for DisplayValue<T> { implementation
927 …, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue) in cmsDictAddEntry()
4972 _cmsDICelem Name, Value, DisplayName, DisplayValue; member
1453 cmsMLU *DisplayValue; member