Searched defs:into_u64 (Results 1 – 5 of 5) sorted by relevance
317 fn into_u64(val: Self::SetterType) -> u64; in into_u64() method346 fn into_u64(val: Self::SetterType) -> u64 { in into_u64() method
84 pub fn into_u64(&self) -> u64 { in into_u64() method
225 pub fn into_u64(self) -> Result<u64, FieldValueError> { in into_u64() method
331 pub(crate) fn into_u64(self) -> u64 { in into_u64() method
123 let into_u64 = quote_spanned! { in bitfield_tuple_struct_impl() localVariable