Searched defs:Bounded (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 230 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> impl 475 impl<T, const N: u32> Deref for Bounded<T, N> implementation 528 impl<T, U, const N: u32, const M: u32> PartialEq<Bounded<U, M>> for Bounded<T, N> implementation 539 impl<T, const N: u32> Eq for Bounded<T, N> where T: Integer {} implementation 541 impl<T, U, const N: u32, const M: u32> PartialOrd<Bounded<U, M>> for Bounded<T, N> implementation 552 impl<T, const N: u32> Ord for Bounded<T, N> implementation 564 impl<T, const N: u32> PartialEq<T> for Bounded<T, N> implementation 574 impl<T, const N: u32> PartialOrd<T> for Bounded<T, N> implementation [all …]
|