Struct makepad_widgets::shader::std::windows::Devices::Enumeration::DevicePairingResult
#[repr(transparent)]pub struct DevicePairingResult(/* private fields */);Implementations§
§impl DevicePairingResult
impl DevicePairingResult
pub fn Status(&self) -> Result<DevicePairingResultStatus, Error>
pub fn ProtectionLevelUsed(&self) -> Result<DevicePairingProtectionLevel, Error>
Trait Implementations§
§impl Clone for DevicePairingResult
impl Clone for DevicePairingResult
§fn clone(&self) -> DevicePairingResult
fn clone(&self) -> DevicePairingResult
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 DevicePairingResult
impl ComInterface for DevicePairingResult
§const IID: GUID = <IDevicePairingResult as ::windows_core::ComInterface>::IID
const IID: GUID = <IDevicePairingResult as ::windows_core::ComInterface>::IID
A unique identifier representing this interface.
fn as_unknown(&self) -> &IUnknown
§impl Debug for DevicePairingResult
impl Debug for DevicePairingResult
§impl Interface for DevicePairingResult
impl Interface for DevicePairingResult
type Vtable = IDevicePairingResult_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<DevicePairingResult> for DevicePairingResult
impl PartialEq<DevicePairingResult> for DevicePairingResult
§fn eq(&self, other: &DevicePairingResult) -> bool
fn eq(&self, other: &DevicePairingResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DevicePairingResult
impl Send for DevicePairingResult
impl Sync for DevicePairingResult
Auto Trait Implementations§
impl RefUnwindSafe for DevicePairingResult
impl Unpin for DevicePairingResult
impl UnwindSafe for DevicePairingResult
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