Lines Matching refs:UserDataTaskBatch

594 pub struct UserDataTaskBatch(::windows::runtime::IInspectable);  struct
595 impl UserDataTaskBatch { impl
605 unsafe impl ::windows::runtime::RuntimeType for UserDataTaskBatch { implementation
608 unsafe impl ::windows::runtime::Interface for UserDataTaskBatch { implementation
612 impl ::windows::runtime::RuntimeName for UserDataTaskBatch { implementation
615 impl ::std::convert::From<UserDataTaskBatch> for ::windows::runtime::IUnknown {
616 fn from(value: UserDataTaskBatch) -> Self { in from()
620 impl ::std::convert::From<&UserDataTaskBatch> for ::windows::runtime::IUnknown {
621 fn from(value: &UserDataTaskBatch) -> Self { in from()
625 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for UserDataTaskBatch { implementation
630 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &UserDataTaskBatch { implementation
635 impl ::std::convert::From<UserDataTaskBatch> for ::windows::runtime::IInspectable {
636 fn from(value: UserDataTaskBatch) -> Self { in from()
640 impl ::std::convert::From<&UserDataTaskBatch> for ::windows::runtime::IInspectable {
641 fn from(value: &UserDataTaskBatch) -> Self { in from()
645 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for UserDataTaskBatch { implementation
650 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a UserDataTaskBatch { implementation
655 unsafe impl ::std::marker::Send for UserDataTaskBatch {} implementation
656 unsafe impl ::std::marker::Sync for UserDataTaskBatch {} implementation
1441 …self) -> ::windows::runtime::Result<super::super::Foundation::IAsyncOperation<UserDataTaskBatch>> { in ReadBatchAsync() argument
1445 …, &mut result__).from_abi::<super::super::Foundation::IAsyncOperation<UserDataTaskBatch>>(result__) in ReadBatchAsync()