Struct makepad_widgets::shader::std::os::windows::enumformatetc::IEnumFORMATETC
#[repr(transparent)]pub struct IEnumFORMATETC(/* private fields */);Implementations§
Trait Implementations§
§impl AsImpl<EnumFormatEtc> for IEnumFORMATETC
impl AsImpl<EnumFormatEtc> for IEnumFORMATETC
§unsafe fn as_impl(&self) -> &EnumFormatEtc
unsafe fn as_impl(&self) -> &EnumFormatEtc
Safety Read more
§impl Clone for IEnumFORMATETC
impl Clone for IEnumFORMATETC
§fn clone(&self) -> IEnumFORMATETC
fn clone(&self) -> IEnumFORMATETC
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 IEnumFORMATETC
impl ComInterface for IEnumFORMATETC
fn as_unknown(&self) -> &IUnknown
§impl Debug for IEnumFORMATETC
impl Debug for IEnumFORMATETC
§impl From<EnumFormatEtc> for IEnumFORMATETC
impl From<EnumFormatEtc> for IEnumFORMATETC
§fn from(this: EnumFormatEtc) -> IEnumFORMATETC
fn from(this: EnumFormatEtc) -> IEnumFORMATETC
Converts to this type from the input type.
§impl Interface for IEnumFORMATETC
impl Interface for IEnumFORMATETC
type Vtable = IEnumFORMATETC_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<IEnumFORMATETC> for IEnumFORMATETC
impl PartialEq<IEnumFORMATETC> for IEnumFORMATETC
§fn eq(&self, other: &IEnumFORMATETC) -> bool
fn eq(&self, other: &IEnumFORMATETC) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IEnumFORMATETC
Auto Trait Implementations§
impl RefUnwindSafe for IEnumFORMATETC
impl !Send for IEnumFORMATETC
impl !Sync for IEnumFORMATETC
impl Unpin for IEnumFORMATETC
impl UnwindSafe for IEnumFORMATETC
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