pub struct IITWindowCollection(/* private fields */);Expand description
IITWindowCollection Interface
See the generated IITWindowCollection_Impl trait for more documentation about each function.
Implementations§
Source§impl IITWindowCollection
impl IITWindowCollection
pub unsafe fn Count(&self, Count: *mut i32) -> HRESULT
pub unsafe fn Item( &self, Index: i32, iWindow: *mut Option<IITWindow>, ) -> HRESULT
pub unsafe fn ItemByName( &self, Name: BSTR, iWindow: *mut Option<IITWindow>, ) -> HRESULT
pub unsafe fn _NewEnum(&self, iEnumerator: *mut Option<IEnumVARIANT>) -> HRESULT
Trait Implementations§
Source§impl Clone for IITWindowCollection
impl Clone for IITWindowCollection
Source§impl Debug for IITWindowCollection
impl Debug for IITWindowCollection
Source§impl From<&IITWindowCollection> for IUnknown
impl From<&IITWindowCollection> for IUnknown
Source§fn from(value: &IITWindowCollection) -> Self
fn from(value: &IITWindowCollection) -> Self
Converts to this type from the input type.
Source§impl From<IITWindowCollection> for IUnknown
impl From<IITWindowCollection> for IUnknown
Source§fn from(value: IITWindowCollection) -> Self
fn from(value: IITWindowCollection) -> Self
Converts to this type from the input type.
Source§impl Interface for IITWindowCollection
impl Interface for IITWindowCollection
Source§impl PartialEq for IITWindowCollection
impl PartialEq for IITWindowCollection
Source§impl RuntimeName for IITWindowCollection
impl RuntimeName for IITWindowCollection
Source§impl Vtable for IITWindowCollection
impl Vtable for IITWindowCollection
type Vtable = IITWindowCollection_Vtbl
Source§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.Source§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 Eq for IITWindowCollection
Auto Trait Implementations§
impl Freeze for IITWindowCollection
impl RefUnwindSafe for IITWindowCollection
impl !Send for IITWindowCollection
impl !Sync for IITWindowCollection
impl Unpin for IITWindowCollection
impl UnwindSafe for IITWindowCollection
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