Struct pid_allocator::PidAllocatorInner
source · pub struct PidAllocatorInner<const ORDER: usize> { /* private fields */ }
Expand description
The internal state of the PID allocator, containing the layers of available PIDs.
Implementations§
source§impl<const ORDER: usize> PidAllocatorInner<ORDER>
impl<const ORDER: usize> PidAllocatorInner<ORDER>
Trait Implementations§
source§impl<const ORDER: usize> Debug for PidAllocatorInner<ORDER>
impl<const ORDER: usize> Debug for PidAllocatorInner<ORDER>
Auto Trait Implementations§
impl<const ORDER: usize> Freeze for PidAllocatorInner<ORDER>
impl<const ORDER: usize> RefUnwindSafe for PidAllocatorInner<ORDER>
impl<const ORDER: usize> Send for PidAllocatorInner<ORDER>
impl<const ORDER: usize> Sync for PidAllocatorInner<ORDER>
impl<const ORDER: usize> Unpin for PidAllocatorInner<ORDER>
impl<const ORDER: usize> UnwindSafe for PidAllocatorInner<ORDER>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more