Struct makepad_widgets::shader::std::windows::Storage::Streams::DataReaderLoadOperation
#[repr(transparent)]pub struct DataReaderLoadOperation(/* private fields */);Implementations§
§impl DataReaderLoadOperation
impl DataReaderLoadOperation
pub fn Status(&self) -> Result<AsyncStatus, Error>
pub fn Status(&self) -> Result<AsyncStatus, Error>
Required features: "Foundation"
pub fn SetCompleted<P0>(&self, handler: P0) -> Result<(), Error>where
P0: IntoParam<AsyncOperationCompletedHandler<u32>, <AsyncOperationCompletedHandler<u32> as TypeKind>::TypeKind>,
pub fn SetCompleted<P0>(&self, handler: P0) -> Result<(), Error>where P0: IntoParam<AsyncOperationCompletedHandler<u32>, <AsyncOperationCompletedHandler<u32> as TypeKind>::TypeKind>,
Required features: "Foundation"
pub fn Completed(&self) -> Result<AsyncOperationCompletedHandler<u32>, Error>
pub fn Completed(&self) -> Result<AsyncOperationCompletedHandler<u32>, Error>
Required features: "Foundation"
pub fn GetResults(&self) -> Result<u32, Error>
pub fn GetResults(&self) -> Result<u32, Error>
Required features: "Foundation"
Trait Implementations§
§impl Clone for DataReaderLoadOperation
impl Clone for DataReaderLoadOperation
§fn clone(&self) -> DataReaderLoadOperation
fn clone(&self) -> DataReaderLoadOperation
Returns a copy 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 more§impl ComInterface for DataReaderLoadOperation
impl ComInterface for DataReaderLoadOperation
§const IID: GUID = <super::super::Foundation::IAsyncOperation<u32> as
::windows_core::ComInterface>::IID
const IID: GUID = <super::super::Foundation::IAsyncOperation<u32> as ::windows_core::ComInterface>::IID
A unique identifier representing this interface.
fn as_unknown(&self) -> &IUnknown
§impl Debug for DataReaderLoadOperation
impl Debug for DataReaderLoadOperation
§impl Interface for DataReaderLoadOperation
impl Interface for DataReaderLoadOperation
type Vtable = IAsyncOperation_Vtbl<u32>
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§impl PartialEq<DataReaderLoadOperation> for DataReaderLoadOperation
impl PartialEq<DataReaderLoadOperation> for DataReaderLoadOperation
§fn eq(&self, other: &DataReaderLoadOperation) -> bool
fn eq(&self, other: &DataReaderLoadOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DataReaderLoadOperation
impl Send for DataReaderLoadOperation
impl Sync for DataReaderLoadOperation
Auto Trait Implementations§
impl RefUnwindSafe for DataReaderLoadOperation
impl Unpin for DataReaderLoadOperation
impl UnwindSafe for DataReaderLoadOperation
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