#[repr(C)]pub struct RealmOpenExposedDirRequest<'de> {
pub child: ChildRef<'de>,
pub exposed_dir: ServerEnd<Directory, WireChannel>,
}
Expand description
The wire type corresponding to RealmOpenExposedDirRequest
.
Fields§
§child: ChildRef<'de>
§exposed_dir: ServerEnd<Directory, WireChannel>
Trait Implementations§
Source§impl<'de> Debug for RealmOpenExposedDirRequest<'de>
impl<'de> Debug for RealmOpenExposedDirRequest<'de>
Source§impl<___D> Decode<___D> for RealmOpenExposedDirRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for RealmOpenExposedDirRequest<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl<'de> FromWire<RealmOpenExposedDirRequest<'de>> for RealmOpenExposedDirRequest
impl<'de> FromWire<RealmOpenExposedDirRequest<'de>> for RealmOpenExposedDirRequest
Source§fn from_wire(wire: RealmOpenExposedDirRequest<'de>) -> Self
fn from_wire(wire: RealmOpenExposedDirRequest<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> IntoNatural for RealmOpenExposedDirRequest<'de>
impl<'de> IntoNatural for RealmOpenExposedDirRequest<'de>
Source§type Natural = RealmOpenExposedDirRequest
type Natural = RealmOpenExposedDirRequest
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for RealmOpenExposedDirRequest<'static>
impl Wire for RealmOpenExposedDirRequest<'static>
Source§type Decoded<'de> = RealmOpenExposedDirRequest<'de>
type Decoded<'de> = RealmOpenExposedDirRequest<'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.
impl Unconstrained for RealmOpenExposedDirRequest<'static>
Auto Trait Implementations§
impl<'de> Freeze for RealmOpenExposedDirRequest<'de>
impl<'de> RefUnwindSafe for RealmOpenExposedDirRequest<'de>
impl<'de> Send for RealmOpenExposedDirRequest<'de>
impl<'de> Sync for RealmOpenExposedDirRequest<'de>
impl<'de> Unpin for RealmOpenExposedDirRequest<'de>
impl<'de> !UnwindSafe for RealmOpenExposedDirRequest<'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
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T
to [Self
]