#[repr(C)]pub struct WireDebugStartedPayload { /* private fields */ }
Expand description
The wire type corresponding to DebugStartedPayload
.
Implementations§
Source§impl WireDebugStartedPayload
impl WireDebugStartedPayload
pub fn runtime_dir(&self) -> Option<&ClientEnd<WireChannel, Directory>>
pub fn break_on_start(&self) -> Option<&WireHandle>
Trait Implementations§
Source§impl Debug for WireDebugStartedPayload
impl Debug for WireDebugStartedPayload
Source§impl<___D> Decode<___D> for WireDebugStartedPayloadwhere
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireDebugStartedPayloadwhere
___D: Decoder + ?Sized + HandleDecoder,
Source§impl TakeFrom<WireDebugStartedPayload> for DebugStartedPayload
impl TakeFrom<WireDebugStartedPayload> for DebugStartedPayload
Source§fn take_from(from: &WireDebugStartedPayload) -> Self
fn take_from(from: &WireDebugStartedPayload) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireDebugStartedPayload> for DebugStartedPayload
impl TakeFrom<WireDebugStartedPayload> for DebugStartedPayload
Source§fn take_from(from: &WireDebugStartedPayload) -> Self
fn take_from(from: &WireDebugStartedPayload) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireDebugStartedPayload
impl ZeroPadding for WireDebugStartedPayload
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 Freeze for WireDebugStartedPayload
impl RefUnwindSafe for WireDebugStartedPayload
impl !Send for WireDebugStartedPayload
impl !Sync for WireDebugStartedPayload
impl Unpin for WireDebugStartedPayload
impl UnwindSafe for WireDebugStartedPayload
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