Struct microsoft_dia::IDiaEnumDebugStreams
[−]#[repr(transparent)]pub struct IDiaEnumDebugStreams(_);Implementations
impl IDiaEnumDebugStreams
impl IDiaEnumDebugStreams
pub unsafe fn _NewEnum(&self) -> Result<IUnknown>
pub unsafe fn Count(&self) -> Result<i32>
pub unsafe fn Item<'a, P0>(&self, index: P0) -> Result<IDiaEnumDebugStreamData>where
P0: Into<InParam<'a, VARIANT>>,
pub unsafe fn Next(
&self,
celt: u32,
rgelt: *mut Option<IDiaEnumDebugStreamData>,
pceltfetched: *mut u32
) -> Result<()>
pub unsafe fn Skip(&self, celt: u32) -> Result<()>
pub unsafe fn Reset(&self) -> Result<()>
pub unsafe fn Clone(&self) -> Result<IDiaEnumDebugStreams>
Trait Implementations
impl Clone for IDiaEnumDebugStreams
impl Clone for IDiaEnumDebugStreams
impl Debug for IDiaEnumDebugStreams
impl Debug for IDiaEnumDebugStreams
impl<'a> From<&'a IDiaEnumDebugStreams> for &'a IUnknown
impl<'a> From<&'a IDiaEnumDebugStreams> for &'a IUnknown
fn from(value: &'a IDiaEnumDebugStreams) -> Self
fn from(value: &'a IDiaEnumDebugStreams) -> Self
Converts to this type from the input type.
impl From<&IDiaEnumDebugStreams> for IUnknown
impl From<&IDiaEnumDebugStreams> for IUnknown
fn from(value: &IDiaEnumDebugStreams) -> Self
fn from(value: &IDiaEnumDebugStreams) -> Self
Converts to this type from the input type.
impl From<IDiaEnumDebugStreams> for IUnknown
impl From<IDiaEnumDebugStreams> for IUnknown
fn from(value: IDiaEnumDebugStreams) -> Self
fn from(value: IDiaEnumDebugStreams) -> Self
Converts to this type from the input type.
impl Interface for IDiaEnumDebugStreams
impl Interface for IDiaEnumDebugStreams
impl PartialEq<IDiaEnumDebugStreams> for IDiaEnumDebugStreams
impl PartialEq<IDiaEnumDebugStreams> for IDiaEnumDebugStreams
impl Vtable for IDiaEnumDebugStreams
impl Vtable for IDiaEnumDebugStreams
type Vtable = IDiaEnumDebugStreams_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 IDiaEnumDebugStreams
Auto Trait Implementations
impl RefUnwindSafe for IDiaEnumDebugStreams
impl !Send for IDiaEnumDebugStreams
impl !Sync for IDiaEnumDebugStreams
impl Unpin for IDiaEnumDebugStreams
impl UnwindSafe for IDiaEnumDebugStreams
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