pub struct IPC<const NUM_PROCS: u8> { /* private fields */ }
Expand description
The IPC mechanism struct.
Implementations§
Auto Trait Implementations§
impl<const NUM_PROCS: u8> !RefUnwindSafe for IPC<NUM_PROCS>
impl<const NUM_PROCS: u8> !Send for IPC<NUM_PROCS>
impl<const NUM_PROCS: u8> !Sync for IPC<NUM_PROCS>
impl<const NUM_PROCS: u8> Unpin for IPC<NUM_PROCS>
impl<const NUM_PROCS: u8> !UnwindSafe for IPC<NUM_PROCS>
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