Searched defs:into_static_value_ref (Results 1 – 1 of 1) sorted by relevance
80 fn into_static_value_ref(value: Self::Value) -> ReflectValueRef<'static> { in into_static_value_ref() method196 fn into_static_value_ref(value: f32) -> ReflectValueRef<'static> { in into_static_value_ref() method242 fn into_static_value_ref(value: f64) -> ReflectValueRef<'static> { in into_static_value_ref() method289 fn into_static_value_ref(value: i32) -> ReflectValueRef<'static> { in into_static_value_ref() method348 fn into_static_value_ref(value: i64) -> ReflectValueRef<'static> { in into_static_value_ref() method407 fn into_static_value_ref(value: u32) -> ReflectValueRef<'static> { in into_static_value_ref() method465 fn into_static_value_ref(value: u64) -> ReflectValueRef<'static> { in into_static_value_ref() method523 fn into_static_value_ref(value: bool) -> ReflectValueRef<'static> { in into_static_value_ref() method805 fn into_static_value_ref(value: EnumOrUnknown<E>) -> ReflectValueRef<'static> { in into_static_value_ref() function