pub struct IAsyncInfo(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for IAsyncInfo
impl Clone for IAsyncInfo
Source§fn clone(&self) -> IAsyncInfo
fn clone(&self) -> IAsyncInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IAsyncInfo
impl Debug for IAsyncInfo
Source§impl From<&DataReaderLoadOperation> for IAsyncInfo
impl From<&DataReaderLoadOperation> for IAsyncInfo
Source§fn from(value: &DataReaderLoadOperation) -> Self
fn from(value: &DataReaderLoadOperation) -> Self
Converts to this type from the input type.
Source§impl From<&DataWriterStoreOperation> for IAsyncInfo
impl From<&DataWriterStoreOperation> for IAsyncInfo
Source§fn from(value: &DataWriterStoreOperation) -> Self
fn from(value: &DataWriterStoreOperation) -> Self
Converts to this type from the input type.
Source§impl From<&IAsyncAction> for IAsyncInfo
impl From<&IAsyncAction> for IAsyncInfo
Source§fn from(value: &IAsyncAction) -> Self
fn from(value: &IAsyncAction) -> Self
Converts to this type from the input type.
Source§impl<TProgress: RuntimeType + 'static> From<&IAsyncActionWithProgress<TProgress>> for IAsyncInfo
impl<TProgress: RuntimeType + 'static> From<&IAsyncActionWithProgress<TProgress>> for IAsyncInfo
Source§fn from(value: &IAsyncActionWithProgress<TProgress>) -> Self
fn from(value: &IAsyncActionWithProgress<TProgress>) -> Self
Converts to this type from the input type.
Source§impl From<&IAsyncInfo> for Object
impl From<&IAsyncInfo> for Object
Source§fn from(value: &IAsyncInfo) -> Self
fn from(value: &IAsyncInfo) -> Self
Converts to this type from the input type.
Source§impl<TResult: RuntimeType + 'static> From<&IAsyncOperation<TResult>> for IAsyncInfo
impl<TResult: RuntimeType + 'static> From<&IAsyncOperation<TResult>> for IAsyncInfo
Source§fn from(value: &IAsyncOperation<TResult>) -> Self
fn from(value: &IAsyncOperation<TResult>) -> Self
Converts to this type from the input type.
Source§impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> From<&IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo
impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> From<&IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo
Source§fn from(value: &IAsyncOperationWithProgress<TResult, TProgress>) -> Self
fn from(value: &IAsyncOperationWithProgress<TResult, TProgress>) -> Self
Converts to this type from the input type.
Source§impl From<DataReaderLoadOperation> for IAsyncInfo
impl From<DataReaderLoadOperation> for IAsyncInfo
Source§fn from(value: DataReaderLoadOperation) -> Self
fn from(value: DataReaderLoadOperation) -> Self
Converts to this type from the input type.
Source§impl From<DataWriterStoreOperation> for IAsyncInfo
impl From<DataWriterStoreOperation> for IAsyncInfo
Source§fn from(value: DataWriterStoreOperation) -> Self
fn from(value: DataWriterStoreOperation) -> Self
Converts to this type from the input type.
Source§impl From<IAsyncAction> for IAsyncInfo
impl From<IAsyncAction> for IAsyncInfo
Source§fn from(value: IAsyncAction) -> Self
fn from(value: IAsyncAction) -> Self
Converts to this type from the input type.
Source§impl<TProgress: RuntimeType + 'static> From<IAsyncActionWithProgress<TProgress>> for IAsyncInfo
impl<TProgress: RuntimeType + 'static> From<IAsyncActionWithProgress<TProgress>> for IAsyncInfo
Source§fn from(value: IAsyncActionWithProgress<TProgress>) -> Self
fn from(value: IAsyncActionWithProgress<TProgress>) -> Self
Converts to this type from the input type.
Source§impl From<IAsyncInfo> for Object
impl From<IAsyncInfo> for Object
Source§fn from(value: IAsyncInfo) -> Self
fn from(value: IAsyncInfo) -> Self
Converts to this type from the input type.
Source§impl<TResult: RuntimeType + 'static> From<IAsyncOperation<TResult>> for IAsyncInfo
impl<TResult: RuntimeType + 'static> From<IAsyncOperation<TResult>> for IAsyncInfo
Source§fn from(value: IAsyncOperation<TResult>) -> Self
fn from(value: IAsyncOperation<TResult>) -> Self
Converts to this type from the input type.
Source§impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> From<IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo
impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> From<IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo
Source§fn from(value: IAsyncOperationWithProgress<TResult, TProgress>) -> Self
fn from(value: IAsyncOperationWithProgress<TResult, TProgress>) -> Self
Converts to this type from the input type.
Source§impl Interface for IAsyncInfo
impl Interface for IAsyncInfo
const IID: Guid
type Vtable = IAsyncInfo_abi
Source§impl<'a> IntoParam<'a, IAsyncInfo> for &'a DataReaderLoadOperation
impl<'a> IntoParam<'a, IAsyncInfo> for &'a DataReaderLoadOperation
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, IAsyncInfo> for &'a DataWriterStoreOperation
impl<'a> IntoParam<'a, IAsyncInfo> for &'a DataWriterStoreOperation
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, IAsyncInfo> for &'a IAsyncAction
impl<'a> IntoParam<'a, IAsyncInfo> for &'a IAsyncAction
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncActionWithProgress<TProgress>
impl<'a, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncActionWithProgress<TProgress>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TResult: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncOperation<TResult>
impl<'a, TResult: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncOperation<TResult>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncOperationWithProgress<TResult, TProgress>
impl<'a, TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for &'a IAsyncOperationWithProgress<TResult, TProgress>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, IAsyncInfo> for DataReaderLoadOperation
impl<'a> IntoParam<'a, IAsyncInfo> for DataReaderLoadOperation
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, IAsyncInfo> for DataWriterStoreOperation
impl<'a> IntoParam<'a, IAsyncInfo> for DataWriterStoreOperation
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, IAsyncInfo> for IAsyncAction
impl<'a> IntoParam<'a, IAsyncInfo> for IAsyncAction
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncActionWithProgress<TProgress>
impl<'a, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncActionWithProgress<TProgress>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TResult: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncOperation<TResult>
impl<'a, TResult: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncOperation<TResult>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a, TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncOperationWithProgress<TResult, TProgress>
impl<'a, TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> IntoParam<'a, IAsyncInfo> for IAsyncOperationWithProgress<TResult, TProgress>
fn into_param(self) -> Param<'a, IAsyncInfo>
Source§impl<'a> IntoParam<'a, Object> for &'a IAsyncInfo
impl<'a> IntoParam<'a, Object> for &'a IAsyncInfo
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for IAsyncInfo
impl<'a> IntoParam<'a, Object> for IAsyncInfo
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for IAsyncInfo
impl PartialEq for IAsyncInfo
Source§impl RuntimeType for IAsyncInfo
impl RuntimeType for IAsyncInfo
const SIGNATURE: ConstBuffer
type DefaultType = Option<IAsyncInfo>
impl Eq for IAsyncInfo
impl StructuralPartialEq for IAsyncInfo
Auto Trait Implementations§
impl Freeze for IAsyncInfo
impl RefUnwindSafe for IAsyncInfo
impl !Send for IAsyncInfo
impl !Sync for IAsyncInfo
impl Unpin for IAsyncInfo
impl UnwindSafe for IAsyncInfo
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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