Struct microsoft_dia::bindings::IDiaEnumDebugStreamData
#[repr(transparent)]pub struct IDiaEnumDebugStreamData(_);Implementations§
§impl IDiaEnumDebugStreamData
impl IDiaEnumDebugStreamData
pub unsafe fn _NewEnum(&self) -> Result<IUnknown>
pub unsafe fn Count(&self) -> Result<i32>
pub unsafe fn name(&self) -> Result<BSTR>
pub unsafe fn Item(
&self,
index: u32,
pcbdata: *mut u32,
pbdata: &mut [u8]
) -> Result<()>
pub unsafe fn Next(
&self,
celt: u32,
pcbdata: *mut u32,
pbdata: &mut [u8],
pceltfetched: *mut u32
) -> Result<()>
pub unsafe fn Skip(&self, celt: u32) -> Result<()>
pub unsafe fn Reset(&self) -> Result<()>
pub unsafe fn Clone(&self) -> Result<IDiaEnumDebugStreamData>
Trait Implementations§
§impl Clone for IDiaEnumDebugStreamData
impl Clone for IDiaEnumDebugStreamData
§impl Debug for IDiaEnumDebugStreamData
impl Debug for IDiaEnumDebugStreamData
§impl From<&IDiaEnumDebugStreamData> for &IUnknown
impl From<&IDiaEnumDebugStreamData> for &IUnknown
§fn from(value: &IDiaEnumDebugStreamData) -> Self
fn from(value: &IDiaEnumDebugStreamData) -> Self
Converts to this type from the input type.
§impl From<&IDiaEnumDebugStreamData> for IUnknown
impl From<&IDiaEnumDebugStreamData> for IUnknown
§fn from(value: &IDiaEnumDebugStreamData) -> Self
fn from(value: &IDiaEnumDebugStreamData) -> Self
Converts to this type from the input type.
§impl From<IDiaEnumDebugStreamData> for IUnknown
impl From<IDiaEnumDebugStreamData> for IUnknown
§fn from(value: IDiaEnumDebugStreamData) -> Self
fn from(value: IDiaEnumDebugStreamData) -> Self
Converts to this type from the input type.
§impl Interface for IDiaEnumDebugStreamData
impl Interface for IDiaEnumDebugStreamData
§impl RuntimeName for IDiaEnumDebugStreamData
impl RuntimeName for IDiaEnumDebugStreamData
§impl Vtable for IDiaEnumDebugStreamData
impl Vtable for IDiaEnumDebugStreamData
type Vtable = IDiaEnumDebugStreamData_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.