#[repr(C)]pub struct MultipleNullableHandles {
pub data0: Uint32,
pub handle0: OptionalNullableHandle,
pub data1: Uint64,
pub handle1: OptionalChannel,
pub handle2: OptionalEvent,
pub data2: Uint64,
}Expand description
The wire type corresponding to MultipleNullableHandles.
Fields§
§data0: Uint32§handle0: OptionalNullableHandle§data1: Uint64§handle1: OptionalChannel§handle2: OptionalEvent§data2: Uint64Trait Implementations§
Source§impl Constrained for MultipleNullableHandles
impl Constrained for MultipleNullableHandles
Source§impl Debug for MultipleNullableHandles
impl Debug for MultipleNullableHandles
Source§impl<___D> Decode<___D> for MultipleNullableHandleswhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for MultipleNullableHandleswhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl<___E> Encode<MultipleNullableHandles, ___E> for MultipleNullableHandleswhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
impl<___E> Encode<MultipleNullableHandles, ___E> for MultipleNullableHandleswhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, MultipleNullableHandles>
const COPY_OPTIMIZATION: CopyOptimization<Self, MultipleNullableHandles>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<MultipleNullableHandles>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<MultipleNullableHandles>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<___E, T0, T1, T2, T3, T4, T5> Encode<MultipleNullableHandles, ___E> for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>where
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
T0: Encode<Uint32, ___E>,
T1: Encode<OptionalNullableHandle, ___E>,
T2: Encode<Uint64, ___E>,
T3: Encode<OptionalChannel, ___E>,
T4: Encode<OptionalEvent, ___E>,
T5: Encode<Uint64, ___E>,
impl<___E, T0, T1, T2, T3, T4, T5> Encode<MultipleNullableHandles, ___E> for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>where
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
T0: Encode<Uint32, ___E>,
T1: Encode<OptionalNullableHandle, ___E>,
T2: Encode<Uint64, ___E>,
T3: Encode<OptionalChannel, ___E>,
T4: Encode<OptionalEvent, ___E>,
T5: Encode<Uint64, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<MultipleNullableHandles>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<MultipleNullableHandles>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl FromWire<MultipleNullableHandles> for MultipleNullableHandles
impl FromWire<MultipleNullableHandles> for MultipleNullableHandles
Source§const COPY_OPTIMIZATION: CopyOptimization<MultipleNullableHandles, Self>
const COPY_OPTIMIZATION: CopyOptimization<MultipleNullableHandles, Self>
Source§fn from_wire(wire: MultipleNullableHandles) -> Self
fn from_wire(wire: MultipleNullableHandles) -> Self
Converts the given owned value to this type.
Source§impl IntoNatural for MultipleNullableHandles
impl IntoNatural for MultipleNullableHandles
Source§type Natural = MultipleNullableHandles
type Natural = MultipleNullableHandles
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 MultipleNullableHandles
impl Wire for MultipleNullableHandles
Source§type Narrowed<'de> = MultipleNullableHandles
type Narrowed<'de> = MultipleNullableHandles
The narrowed 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 MultipleNullableHandles
impl RefUnwindSafe for MultipleNullableHandles
impl Send for MultipleNullableHandles
impl Sync for MultipleNullableHandles
impl Unpin for MultipleNullableHandles
impl UnsafeUnpin for MultipleNullableHandles
impl UnwindSafe for MultipleNullableHandles
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
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]