#[repr(C)]pub struct WireRealmGetChildOutputDictionaryResponse {
pub dictionary: WireDictionaryRef,
}
Expand description
The wire type corresponding to RealmGetChildOutputDictionaryResponse
.
Fields§
§dictionary: WireDictionaryRef
Trait Implementations§
Source§impl<___D> Decode<___D> for WireRealmGetChildOutputDictionaryResponsewhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireRealmGetChildOutputDictionaryResponsewhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl FromWire<WireRealmGetChildOutputDictionaryResponse> for RealmGetChildOutputDictionaryResponse
impl FromWire<WireRealmGetChildOutputDictionaryResponse> for RealmGetChildOutputDictionaryResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<WireRealmGetChildOutputDictionaryResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<WireRealmGetChildOutputDictionaryResponse, Self>
Source§fn from_wire(wire: WireRealmGetChildOutputDictionaryResponse) -> Self
fn from_wire(wire: WireRealmGetChildOutputDictionaryResponse) -> Self
Converts the given
wire
to this type.Source§impl Wire for WireRealmGetChildOutputDictionaryResponse
impl Wire for WireRealmGetChildOutputDictionaryResponse
Source§type Decoded<'de> = WireRealmGetChildOutputDictionaryResponse
type Decoded<'de> = WireRealmGetChildOutputDictionaryResponse
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 WireRealmGetChildOutputDictionaryResponse
impl RefUnwindSafe for WireRealmGetChildOutputDictionaryResponse
impl Send for WireRealmGetChildOutputDictionaryResponse
impl Sync for WireRealmGetChildOutputDictionaryResponse
impl Unpin for WireRealmGetChildOutputDictionaryResponse
impl UnwindSafe for WireRealmGetChildOutputDictionaryResponse
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