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