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