Struct makepad_widgets::shader::std::windows::Foundation::Deferral
#[repr(transparent)]pub struct Deferral(/* private fields */);Expand description
Required features: "Foundation"
Implementations§
Trait Implementations§
§impl ComInterface for Deferral
impl ComInterface for Deferral
§const IID: GUID = <IDeferral as ::windows_core::ComInterface>::IID
const IID: GUID = <IDeferral as ::windows_core::ComInterface>::IID
A unique identifier representing this interface.
fn as_unknown(&self) -> &IUnknown
§impl Interface for Deferral
impl Interface for Deferral
type Vtable = IDeferral_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 Eq for Deferral
impl Send for Deferral
impl Sync for Deferral
Auto Trait Implementations§
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