pub fn ruma_from_u64(val: u64) -> UInt
Converts a u64 to a Matrix unsigned integer.
u64
The conversion is exact. It panics if the value exceeds the range supported by [ruma::UInt].
ruma::UInt