pub struct PidSet { /* private fields */ }Expand description
Manages a set of PIDs and their corresponding epoll file descriptors.
Implementations§
source§impl PidSet
impl PidSet
sourcepub fn new<P: IntoIterator<Item = u32>>(pids: P) -> Result<Self, PidSetError>
pub fn new<P: IntoIterator<Item = u32>>(pids: P) -> Result<Self, PidSetError>
Auto Trait Implementations§
impl Freeze for PidSet
impl RefUnwindSafe for PidSet
impl Send for PidSet
impl Sync for PidSet
impl Unpin for PidSet
impl UnwindSafe for PidSet
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