Home
last modified time | relevance | path

Searched refs:to_elem_count (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dlib.rs884 meta.to_elem_count() <= maximum_trailing_slice_len::<Self>().to_elem_count() in is_valid_metadata()
954 fn to_elem_count(self) -> usize; in to_elem_count() method
978 fn to_elem_count(self) -> usize { in to_elem_count() method
1000 fn to_elem_count(self) -> usize { in to_elem_count() method
H A Dlayout.rs1039 let src_meta = src_meta.to_elem_count(); in project()