Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
Dis_zero.rs3 use core::num::{Saturating, Wrapping};
177 unsafe impl<T: IsZero> IsZero for Saturating<T> { implementation