#[repr(C)]pub struct WireRealmOpenExposedDirRequest {
pub child: WireChildRef,
pub exposed_dir: ServerEnd<WireChannel, Directory>,
}
Expand description
The wire type corresponding to RealmOpenExposedDirRequest
.
Fields§
§child: WireChildRef
§exposed_dir: ServerEnd<WireChannel, Directory>
Trait Implementations§
Source§impl<___D> Decode<___D> for WireRealmOpenExposedDirRequestwhere
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for WireRealmOpenExposedDirRequestwhere
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl TakeFrom<WireRealmOpenExposedDirRequest> for RealmOpenExposedDirRequest
impl TakeFrom<WireRealmOpenExposedDirRequest> for RealmOpenExposedDirRequest
Source§fn take_from(from: &WireRealmOpenExposedDirRequest) -> Self
fn take_from(from: &WireRealmOpenExposedDirRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireRealmOpenExposedDirRequest> for RealmOpenExposedDirRequest
impl TakeFrom<WireRealmOpenExposedDirRequest> for RealmOpenExposedDirRequest
Source§fn take_from(from: &WireRealmOpenExposedDirRequest) -> Self
fn take_from(from: &WireRealmOpenExposedDirRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireRealmOpenExposedDirRequest
impl ZeroPadding for WireRealmOpenExposedDirRequest
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 WireRealmOpenExposedDirRequest
impl !RefUnwindSafe for WireRealmOpenExposedDirRequest
impl Send for WireRealmOpenExposedDirRequest
impl !Sync for WireRealmOpenExposedDirRequest
impl Unpin for WireRealmOpenExposedDirRequest
impl UnwindSafe for WireRealmOpenExposedDirRequest
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