pub struct Receiver<const ALIGN: usize>{ /* private fields */ }Expand description
The receiving half of the low-level ICMsg transport.
Implementations§
Auto Trait Implementations§
impl<const ALIGN: usize> !RefUnwindSafe for Receiver<ALIGN>
impl<const ALIGN: usize> !Send for Receiver<ALIGN>
impl<const ALIGN: usize> !Sync for Receiver<ALIGN>
impl<const ALIGN: usize> !UnwindSafe for Receiver<ALIGN>
impl<const ALIGN: usize> Freeze for Receiver<ALIGN>
impl<const ALIGN: usize> Unpin for Receiver<ALIGN>
impl<const ALIGN: usize> UnsafeUnpin for Receiver<ALIGN>
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