pub struct MultipleNullableHandles<T0, T1, T2, T3, T4, T5> {
pub data0: T0,
pub handle0: T1,
pub data1: T2,
pub handle1: T3,
pub handle2: T4,
pub data2: T5,
}Fields§
§data0: T0§handle0: T1§data1: T2§handle1: T3§handle2: T4§data2: T5Trait Implementations§
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> = _
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4, T5> Freeze for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> RefUnwindSafe for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5> Send for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> Sync for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> Unpin for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>
impl<T0, T1, T2, T3, T4, T5> UnsafeUnpin for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>where
T0: UnsafeUnpin,
T1: UnsafeUnpin,
T2: UnsafeUnpin,
T3: UnsafeUnpin,
T4: UnsafeUnpin,
T5: UnsafeUnpin,
impl<T0, T1, T2, T3, T4, T5> UnwindSafe for MultipleNullableHandles<T0, T1, T2, T3, T4, T5>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
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]