pub struct InitChannel {
pub channel: Channel,
}Expand description
Request to initialize a communication channel.
Fields§
§channel: ChannelThe IPC channel to initialize.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitChannel
impl !RefUnwindSafe for InitChannel
impl Send for InitChannel
impl Sync for InitChannel
impl Unpin for InitChannel
impl UnsafeUnpin for InitChannel
impl !UnwindSafe for InitChannel
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