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