Struct windows::IInspectable [−][src]
#[repr(transparent)]pub struct IInspectable(_);
Expand description
A WinRT object that may be used as a polymorphic stand-in for any WinRT class, interface, or boxed value.
IInspectable represents the
IInspectable
interface.
Implementations
impl IInspectable[src]
impl IInspectable[src]Trait Implementations
impl Clone for IInspectable[src]
impl Clone for IInspectable[src]fn clone(&self) -> IInspectable[src]
fn clone(&self) -> IInspectable[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for IInspectable[src]
impl Debug for IInspectable[src]impl Interface for IInspectable[src]
impl Interface for IInspectable[src]type Vtable = IInspectable_abi
const IID: Guid[src]
unsafe fn assume_vtable<T: Interface>(&self) -> &T::Vtable[src]
unsafe fn assume_vtable<T: Interface>(&self) -> &T::Vtable[src]Returns the vtable for an assumed interface. The name comes from Box’s assume_init method as
it assumes the vtable is implemented by the current interface’s vtable (e.g. a parent interface). Read more
impl PartialEq<IInspectable> for IInspectable[src]
impl PartialEq<IInspectable> for IInspectable[src]fn eq(&self, other: &IInspectable) -> bool[src]
fn eq(&self, other: &IInspectable) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &IInspectable) -> bool[src]
fn ne(&self, other: &IInspectable) -> bool[src]This method tests for !=.
impl RuntimeType for IInspectable[src]
impl RuntimeType for IInspectable[src]impl TryFrom<&'_ HSTRING> for IInspectable[src]
impl TryFrom<&'_ HSTRING> for IInspectable[src]impl TryFrom<&'_ IInspectable> for HSTRING[src]
impl TryFrom<&'_ IInspectable> for HSTRING[src]impl TryFrom<&'_ str> for IInspectable[src]
impl TryFrom<&'_ str> for IInspectable[src]impl TryFrom<HSTRING> for IInspectable[src]
impl TryFrom<HSTRING> for IInspectable[src]impl TryFrom<IInspectable> for HSTRING[src]
impl TryFrom<IInspectable> for HSTRING[src]impl TryFrom<bool> for IInspectable[src]
impl TryFrom<bool> for IInspectable[src]impl TryFrom<f32> for IInspectable[src]
impl TryFrom<f32> for IInspectable[src]impl TryFrom<f64> for IInspectable[src]
impl TryFrom<f64> for IInspectable[src]impl TryFrom<i16> for IInspectable[src]
impl TryFrom<i16> for IInspectable[src]impl TryFrom<i32> for IInspectable[src]
impl TryFrom<i32> for IInspectable[src]impl TryFrom<i64> for IInspectable[src]
impl TryFrom<i64> for IInspectable[src]impl TryFrom<u16> for IInspectable[src]
impl TryFrom<u16> for IInspectable[src]impl TryFrom<u32> for IInspectable[src]
impl TryFrom<u32> for IInspectable[src]impl TryFrom<u64> for IInspectable[src]
impl TryFrom<u64> for IInspectable[src]impl TryFrom<u8> for IInspectable[src]
impl TryFrom<u8> for IInspectable[src]impl Eq for IInspectable[src]
impl StructuralEq for IInspectable[src]
impl StructuralPartialEq for IInspectable[src]
Auto Trait Implementations
impl RefUnwindSafe for IInspectable
impl !Send for IInspectable
impl !Sync for IInspectable
impl Unpin for IInspectable
impl UnwindSafe for IInspectable
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more