Home
last modified time | relevance | path

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

/linux/rust/kernel/num/
H A Dbounded.rs596 fn try_into_bounded(self) -> Option<Bounded<T, N>>; in try_into_bounded() method
605 fn try_into_bounded(self) -> Option<Bounded<T, N>> { in try_into_bounded() function
/linux/rust/kernel/
H A Dbitfield.rs527 value.try_into_bounded().ok_or(::kernel::error::code::EOVERFLOW)?