#[repr(C)]pub struct WireDebugStartedPayload<'de> { /* private fields */ }
Expand description
The wire type corresponding to DebugStartedPayload
.
Implementations§
Source§impl<'de> WireDebugStartedPayload<'de>
impl<'de> WireDebugStartedPayload<'de>
pub fn runtime_dir(&self) -> Option<&ClientEnd<WireChannel, Directory>>
pub fn break_on_start(&self) -> Option<&WireHandle>
Trait Implementations§
Source§impl<'de> Debug for WireDebugStartedPayload<'de>
impl<'de> Debug for WireDebugStartedPayload<'de>
Source§impl<___D> Decode<___D> for WireDebugStartedPayload<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireDebugStartedPayload<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> Drop for WireDebugStartedPayload<'de>
impl<'de> Drop for WireDebugStartedPayload<'de>
Source§impl<'de> FromWire<WireDebugStartedPayload<'de>> for DebugStartedPayload
impl<'de> FromWire<WireDebugStartedPayload<'de>> for DebugStartedPayload
Source§fn from_wire(wire: WireDebugStartedPayload<'de>) -> Self
fn from_wire(wire: WireDebugStartedPayload<'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 WireDebugStartedPayload<'static>
impl Wire for WireDebugStartedPayload<'static>
Source§type Decoded<'de> = WireDebugStartedPayload<'de>
type Decoded<'de> = WireDebugStartedPayload<'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 WireDebugStartedPayload<'de>
impl<'de> RefUnwindSafe for WireDebugStartedPayload<'de>
impl<'de> !Send for WireDebugStartedPayload<'de>
impl<'de> !Sync for WireDebugStartedPayload<'de>
impl<'de> Unpin for WireDebugStartedPayload<'de>
impl<'de> !UnwindSafe for WireDebugStartedPayload<'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