Home
last modified time | relevance | path

Searched defs:Bounded (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/num/
H A Dbounded.rs230 pub struct Bounded<T: Integer, const N: u32>(T); struct
238 impl<const N: u32> Bounded<$type, N> { impl
276 impl<T, const N: u32> Bounded<T, N> implementation
478 impl<T, const N: u32> Deref for Bounded<T, N> implementation
531 impl<T, U, const N: u32, const M: u32> PartialEq<Bounded<U, M>> for Bounded<T, N> implementation
542 impl<T, const N: u32> Eq for Bounded<T, N> where T: Integer {} implementation
544 impl<T, U, const N: u32, const M: u32> PartialOrd<Bounded<U, M>> for Bounded<T, N> implementation
555 impl<T, const N: u32> Ord for Bounded<T, N> implementation
567 impl<T, const N: u32> PartialEq<T> for Bounded<T, N> implementation
577 impl<T, const N: u32> PartialOrd<T> for Bounded<T, N> implementation
[all …]