#[repr(C)]pub struct WireLinkableLinkIntoRequest<'de> {
pub dst_parent_token: WireHandle,
pub dst: WireString<'de>,
}
Expand description
The wire type corresponding to LinkableLinkIntoRequest
.
Fields§
§dst_parent_token: WireHandle
§dst: WireString<'de>
Trait Implementations§
Source§impl<'de> Debug for WireLinkableLinkIntoRequest<'de>
impl<'de> Debug for WireLinkableLinkIntoRequest<'de>
Source§impl<___D> Decode<___D> for WireLinkableLinkIntoRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for WireLinkableLinkIntoRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl<'de> FromWire<WireLinkableLinkIntoRequest<'de>> for LinkableLinkIntoRequest
impl<'de> FromWire<WireLinkableLinkIntoRequest<'de>> for LinkableLinkIntoRequest
Source§fn from_wire(wire: WireLinkableLinkIntoRequest<'de>) -> Self
fn from_wire(wire: WireLinkableLinkIntoRequest<'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 WireLinkableLinkIntoRequest<'static>
impl Wire for WireLinkableLinkIntoRequest<'static>
Source§type Decoded<'de> = WireLinkableLinkIntoRequest<'de>
type Decoded<'de> = WireLinkableLinkIntoRequest<'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 WireLinkableLinkIntoRequest<'de>
impl<'de> RefUnwindSafe for WireLinkableLinkIntoRequest<'de>
impl<'de> Send for WireLinkableLinkIntoRequest<'de>
impl<'de> Sync for WireLinkableLinkIntoRequest<'de>
impl<'de> Unpin for WireLinkableLinkIntoRequest<'de>
impl<'de> !UnwindSafe for WireLinkableLinkIntoRequest<'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