Searched defs:into_u64 (Results 1 – 5 of 5) sorted by relevance
65 fn into_u64(self) -> u64; in into_u64() method69 fn into_u64(self) -> u64 { in into_u64() method75 fn into_u64(self) -> u64 { in into_u64() method82 fn into_u64(self) -> u64 { in into_u64() method
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
331 pub(crate) fn into_u64(self) -> u64 { in into_u64() method
123 let into_u64 = quote_spanned! { in bitfield_tuple_struct_impl() localVariable