#[repr(C)]pub struct WireRealmDestroyChildRequest<'de> {
pub child: WireChildRef<'de>,
}
Expand description
The wire type corresponding to RealmDestroyChildRequest
.
Fields§
§child: WireChildRef<'de>
Trait Implementations§
Source§impl<'de> Debug for WireRealmDestroyChildRequest<'de>
impl<'de> Debug for WireRealmDestroyChildRequest<'de>
Source§impl<___D> Decode<___D> for WireRealmDestroyChildRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireRealmDestroyChildRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'de> FromWire<WireRealmDestroyChildRequest<'de>> for RealmDestroyChildRequest
impl<'de> FromWire<WireRealmDestroyChildRequest<'de>> for RealmDestroyChildRequest
Source§fn from_wire(wire: WireRealmDestroyChildRequest<'de>) -> Self
fn from_wire(wire: WireRealmDestroyChildRequest<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireRealmDestroyChildRequest<'de>> for RealmDestroyChildRequest
impl<'de> FromWireRef<WireRealmDestroyChildRequest<'de>> for RealmDestroyChildRequest
Source§fn from_wire_ref(wire: &WireRealmDestroyChildRequest<'de>) -> Self
fn from_wire_ref(wire: &WireRealmDestroyChildRequest<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireRealmDestroyChildRequest<'static>
impl Wire for WireRealmDestroyChildRequest<'static>
Source§type Decoded<'de> = WireRealmDestroyChildRequest<'de>
type Decoded<'de> = WireRealmDestroyChildRequest<'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 WireRealmDestroyChildRequest<'de>
impl<'de> RefUnwindSafe for WireRealmDestroyChildRequest<'de>
impl<'de> Send for WireRealmDestroyChildRequest<'de>
impl<'de> Sync for WireRealmDestroyChildRequest<'de>
impl<'de> Unpin for WireRealmDestroyChildRequest<'de>
impl<'de> !UnwindSafe for WireRealmDestroyChildRequest<'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