#[repr(C)]pub struct WireLauncherCreateWithoutStartingResponse<'de> {
pub status: WireI32,
pub data: WireBox<'de, WireProcessStartData>,
}
Expand description
The wire type corresponding to LauncherCreateWithoutStartingResponse
.
Fields§
§status: WireI32
§data: WireBox<'de, WireProcessStartData>
Trait Implementations§
Source§impl<'de> Debug for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> Debug for WireLauncherCreateWithoutStartingResponse<'de>
Source§impl<___D> Decode<___D> for WireLauncherCreateWithoutStartingResponse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for WireLauncherCreateWithoutStartingResponse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl<'de> FromWire<WireLauncherCreateWithoutStartingResponse<'de>> for LauncherCreateWithoutStartingResponse
impl<'de> FromWire<WireLauncherCreateWithoutStartingResponse<'de>> for LauncherCreateWithoutStartingResponse
Source§fn from_wire(wire: WireLauncherCreateWithoutStartingResponse<'de>) -> Self
fn from_wire(wire: WireLauncherCreateWithoutStartingResponse<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl Wire for WireLauncherCreateWithoutStartingResponse<'static>
impl Wire for WireLauncherCreateWithoutStartingResponse<'static>
Source§type Decoded<'de> = WireLauncherCreateWithoutStartingResponse<'de>
type Decoded<'de> = WireLauncherCreateWithoutStartingResponse<'de>
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> RefUnwindSafe for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> Send for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> Sync for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> Unpin for WireLauncherCreateWithoutStartingResponse<'de>
impl<'de> !UnwindSafe for WireLauncherCreateWithoutStartingResponse<'de>
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