pub struct OsIpcReceiverSet { /* private fields */ }
Implementations§
source§impl OsIpcReceiverSet
impl OsIpcReceiverSet
pub fn new() -> Result<OsIpcReceiverSet, WinError>
pub fn add(&mut self, receiver: OsIpcReceiver) -> Result<u64, WinIpcError>
pub fn select(&mut self) -> Result<Vec<OsIpcSelectionResult>, WinIpcError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsIpcReceiverSet
impl RefUnwindSafe for OsIpcReceiverSet
impl !Send for OsIpcReceiverSet
impl !Sync for OsIpcReceiverSet
impl Unpin for OsIpcReceiverSet
impl UnwindSafe for OsIpcReceiverSet
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