Struct ipc_channel::platform::OsIpcReceiverSet
source · [−]pub struct OsIpcReceiverSet { /* private fields */ }
Implementations
sourceimpl OsIpcReceiverSet
impl OsIpcReceiverSet
pub fn new() -> Result<OsIpcReceiverSet, UnixError>
pub fn add(&mut self, receiver: OsIpcReceiver) -> Result<u64, UnixError>
pub fn select(&mut self) -> Result<Vec<OsIpcSelectionResult>, UnixError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for OsIpcReceiverSet
impl Send for OsIpcReceiverSet
impl Sync for OsIpcReceiverSet
impl Unpin for OsIpcReceiverSet
impl !UnwindSafe for OsIpcReceiverSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more