#[repr(transparent)]pub struct IDiaEnumInjectedSources(_);Implementations
impl IDiaEnumInjectedSources
impl IDiaEnumInjectedSources
pub unsafe fn _NewEnum(&self) -> Result<IUnknown>
pub unsafe fn Count(&self) -> Result<i32>
pub unsafe fn Item(&self, index: u32) -> Result<IDiaInjectedSource>
pub unsafe fn Next(
&self,
celt: u32,
rgelt: *mut Option<IDiaInjectedSource>,
pceltfetched: *mut u32
) -> Result<()>
pub unsafe fn Skip(&self, celt: u32) -> Result<()>
pub unsafe fn Reset(&self) -> Result<()>
pub unsafe fn Clone(&self) -> Result<IDiaEnumInjectedSources>
Trait Implementations
impl Clone for IDiaEnumInjectedSources
impl Clone for IDiaEnumInjectedSources
impl Debug for IDiaEnumInjectedSources
impl Debug for IDiaEnumInjectedSources
impl<'a> From<&'a IDiaEnumInjectedSources> for &'a IUnknown
impl<'a> From<&'a IDiaEnumInjectedSources> for &'a IUnknown
fn from(value: &'a IDiaEnumInjectedSources) -> Self
fn from(value: &'a IDiaEnumInjectedSources) -> Self
Converts to this type from the input type.
impl From<&IDiaEnumInjectedSources> for IUnknown
impl From<&IDiaEnumInjectedSources> for IUnknown
fn from(value: &IDiaEnumInjectedSources) -> Self
fn from(value: &IDiaEnumInjectedSources) -> Self
Converts to this type from the input type.
impl From<IDiaEnumInjectedSources> for IUnknown
impl From<IDiaEnumInjectedSources> for IUnknown
fn from(value: IDiaEnumInjectedSources) -> Self
fn from(value: IDiaEnumInjectedSources) -> Self
Converts to this type from the input type.
impl Interface for IDiaEnumInjectedSources
impl Interface for IDiaEnumInjectedSources
impl PartialEq<IDiaEnumInjectedSources> for IDiaEnumInjectedSources
impl PartialEq<IDiaEnumInjectedSources> for IDiaEnumInjectedSources
impl Vtable for IDiaEnumInjectedSources
impl Vtable for IDiaEnumInjectedSources
type Vtable = IDiaEnumInjectedSources_Vtbl
sourcefn 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.sourcefn 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 IDiaEnumInjectedSources
Auto Trait Implementations
impl RefUnwindSafe for IDiaEnumInjectedSources
impl !Send for IDiaEnumInjectedSources
impl !Sync for IDiaEnumInjectedSources
impl Unpin for IDiaEnumInjectedSources
impl UnwindSafe for IDiaEnumInjectedSources
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more