#[repr(transparent)]pub struct ChannelReadCtx(pub *const c_void);
Tuple Fields§
§0: *const c_void
Trait Implementations§
impl Send for ChannelReadCtx
Auto Trait Implementations§
impl Freeze for ChannelReadCtx
impl RefUnwindSafe for ChannelReadCtx
impl !Sync for ChannelReadCtx
impl Unpin for ChannelReadCtx
impl UnwindSafe for ChannelReadCtx
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