Struct makepad_widgets::shader::std::windows::Devices::Enumeration::DeviceInformationUpdate
#[repr(transparent)]pub struct DeviceInformationUpdate(/* private fields */);Implementations§
§impl DeviceInformationUpdate
impl DeviceInformationUpdate
pub fn Id(&self) -> Result<HSTRING, Error>
pub fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>, Error>
pub fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>, Error>
Required features: "Foundation_Collections"
pub fn Kind(&self) -> Result<DeviceInformationKind, Error>
Trait Implementations§
§impl Clone for DeviceInformationUpdate
impl Clone for DeviceInformationUpdate
§fn clone(&self) -> DeviceInformationUpdate
fn clone(&self) -> DeviceInformationUpdate
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 DeviceInformationUpdate
impl ComInterface for DeviceInformationUpdate
§const IID: GUID = <IDeviceInformationUpdate as ::windows_core::ComInterface>::IID
const IID: GUID = <IDeviceInformationUpdate as ::windows_core::ComInterface>::IID
A unique identifier representing this interface.
fn as_unknown(&self) -> &IUnknown
§impl Debug for DeviceInformationUpdate
impl Debug for DeviceInformationUpdate
§impl Interface for DeviceInformationUpdate
impl Interface for DeviceInformationUpdate
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<DeviceInformationUpdate> for DeviceInformationUpdate
impl PartialEq<DeviceInformationUpdate> for DeviceInformationUpdate
§fn eq(&self, other: &DeviceInformationUpdate) -> bool
fn eq(&self, other: &DeviceInformationUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DeviceInformationUpdate
impl Send for DeviceInformationUpdate
impl Sync for DeviceInformationUpdate
Auto Trait Implementations§
impl RefUnwindSafe for DeviceInformationUpdate
impl Unpin for DeviceInformationUpdate
impl UnwindSafe for DeviceInformationUpdate
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