Struct makepad_widgets::shader::std::windows::Storage::Streams::IDataWriterFactory
#[repr(transparent)]pub struct IDataWriterFactory(/* private fields */);Trait Implementations§
§impl Clone for IDataWriterFactory
impl Clone for IDataWriterFactory
§fn clone(&self) -> IDataWriterFactory
fn clone(&self) -> IDataWriterFactory
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 IDataWriterFactory
impl ComInterface for IDataWriterFactory
fn as_unknown(&self) -> &IUnknown
§impl Interface for IDataWriterFactory
impl Interface for IDataWriterFactory
type Vtable = IDataWriterFactory_Vtbl
§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<IDataWriterFactory> for IDataWriterFactory
impl PartialEq<IDataWriterFactory> for IDataWriterFactory
§fn eq(&self, other: &IDataWriterFactory) -> bool
fn eq(&self, other: &IDataWriterFactory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IDataWriterFactory
impl StructuralEq for IDataWriterFactory
impl StructuralPartialEq for IDataWriterFactory
Auto Trait Implementations§
impl RefUnwindSafe for IDataWriterFactory
impl !Send for IDataWriterFactory
impl !Sync for IDataWriterFactory
impl Unpin for IDataWriterFactory
impl UnwindSafe for IDataWriterFactory
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