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 !RefUnwindSafe for InitChannel
impl !UnwindSafe for InitChannel
impl Freeze for InitChannel
impl Send for InitChannel
impl Sync for InitChannel
impl Unpin for InitChannel
impl UnsafeUnpin 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