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