#[repr(C)]pub struct WireDebugRef {}
Expand description
The wire type corresponding to DebugRef
.
Trait Implementations§
Source§impl Clone for WireDebugRef
impl Clone for WireDebugRef
Source§fn clone(&self) -> WireDebugRef
fn clone(&self) -> WireDebugRef
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireDebugRef
impl Debug for WireDebugRef
Source§impl<___D> Decode<___D> for WireDebugRefwhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for WireDebugRefwhere
___D: InternalHandleDecoder + ?Sized,
Source§impl FromWire<WireDebugRef> for DebugRef
impl FromWire<WireDebugRef> for DebugRef
Source§const COPY_OPTIMIZATION: CopyOptimization<WireDebugRef, Self>
const COPY_OPTIMIZATION: CopyOptimization<WireDebugRef, Self>
Source§fn from_wire(wire: WireDebugRef) -> Self
fn from_wire(wire: WireDebugRef) -> Self
Converts the given
wire
to this type.Source§impl FromWireRef<WireDebugRef> for DebugRef
impl FromWireRef<WireDebugRef> for DebugRef
Source§fn from_wire_ref(wire: &WireDebugRef) -> Self
fn from_wire_ref(wire: &WireDebugRef) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireDebugRef
impl Wire for WireDebugRef
Source§type Decoded<'de> = WireDebugRef
type Decoded<'de> = WireDebugRef
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 Freeze for WireDebugRef
impl RefUnwindSafe for WireDebugRef
impl Send for WireDebugRef
impl Sync for WireDebugRef
impl Unpin for WireDebugRef
impl UnwindSafe for WireDebugRef
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