Searched refs:Bounded (Results 1 – 2 of 2) 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> implementation 408 pub const fn extend<const M: u32>(self) -> Bounded<T, M> { in extend() 418 unsafe { Bounded::__new(self.0) } in extend() 439 pub fn try_shrink<const M: u32>(self) -> Option<Bounded<T, M>> { in try_shrink() 440 Bounded::<T, M>::try_new(self.get()) in try_shrink() 462 pub fn cast<U>(self) -> Bounded<U, N> in cast() 474 unsafe { Bounded::__new(value) } in cast() 478 impl<T, const N: u32> Deref for Bounded<T, N> implementation [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 551 The receiver supports HW frequency seek, either in Bounded mode, Wrap Around 1059 can be one of "Bounded", "Wrap Around" or "Both". This
|