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