Struct embassy_sync::zerocopy_channel::Sender
source · pub struct Sender<'a, M: RawMutex, T> { /* private fields */ }
Expand description
Send-only access to a Channel
.
Implementations§
Auto Trait Implementations§
impl<'a, M, T> Freeze for Sender<'a, M, T>
impl<'a, M, T> !RefUnwindSafe for Sender<'a, M, T>
impl<'a, M, T> !Send for Sender<'a, M, T>
impl<'a, M, T> !Sync for Sender<'a, M, T>
impl<'a, M, T> Unpin for Sender<'a, M, T>
impl<'a, M, T> !UnwindSafe for Sender<'a, M, T>
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