Struct makepad_widgets::shader::std::windows::Foundation::IMemoryBufferReference
#[repr(transparent)]pub struct IMemoryBufferReference(/* private fields */);Expand description
Required features: "Foundation"
Implementations§
§impl IMemoryBufferReference
impl IMemoryBufferReference
pub fn Capacity(&self) -> Result<u32, Error>
pub fn Closed<P0>(&self, handler: P0) -> Result<EventRegistrationToken, Error>where P0: IntoParam<TypedEventHandler<IMemoryBufferReference, IInspectable>, <TypedEventHandler<IMemoryBufferReference, IInspectable> as TypeKind>::TypeKind>,
pub fn RemoveClosed(&self, cookie: EventRegistrationToken) -> Result<(), Error>
pub fn Close(&self) -> Result<(), Error>
Trait Implementations§
§impl Clone for IMemoryBufferReference
impl Clone for IMemoryBufferReference
§fn clone(&self) -> IMemoryBufferReference
fn clone(&self) -> IMemoryBufferReference
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 IMemoryBufferReference
impl ComInterface for IMemoryBufferReference
fn as_unknown(&self) -> &IUnknown
§impl Debug for IMemoryBufferReference
impl Debug for IMemoryBufferReference
§impl Interface for IMemoryBufferReference
impl Interface for IMemoryBufferReference
type Vtable = IMemoryBufferReference_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<IMemoryBufferReference> for IMemoryBufferReference
impl PartialEq<IMemoryBufferReference> for IMemoryBufferReference
§fn eq(&self, other: &IMemoryBufferReference) -> bool
fn eq(&self, other: &IMemoryBufferReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IMemoryBufferReference
Auto Trait Implementations§
impl RefUnwindSafe for IMemoryBufferReference
impl !Send for IMemoryBufferReference
impl !Sync for IMemoryBufferReference
impl Unpin for IMemoryBufferReference
impl UnwindSafe for IMemoryBufferReference
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