Struct microsoft_dia::IDiaSegment
[−]#[repr(transparent)]pub struct IDiaSegment(_);Implementations
impl IDiaSegment
impl IDiaSegment
pub unsafe fn frame(&self) -> Result<u32>
pub unsafe fn offset(&self) -> Result<u32>
pub unsafe fn length(&self) -> Result<u32>
pub unsafe fn read(&self) -> Result<BOOL>
pub unsafe fn write(&self) -> Result<BOOL>
pub unsafe fn execute(&self) -> Result<BOOL>
pub unsafe fn addressSection(&self) -> Result<u32>
pub unsafe fn relativeVirtualAddress(&self) -> Result<u32>
pub unsafe fn virtualAddress(&self) -> Result<u64>
Trait Implementations
impl Clone for IDiaSegment
impl Clone for IDiaSegment
impl Debug for IDiaSegment
impl Debug for IDiaSegment
impl<'a> From<&'a IDiaSegment> for &'a IUnknown
impl<'a> From<&'a IDiaSegment> for &'a IUnknown
fn from(value: &'a IDiaSegment) -> Self
fn from(value: &'a IDiaSegment) -> Self
Converts to this type from the input type.
impl From<&IDiaSegment> for IUnknown
impl From<&IDiaSegment> for IUnknown
fn from(value: &IDiaSegment) -> Self
fn from(value: &IDiaSegment) -> Self
Converts to this type from the input type.
impl From<IDiaSegment> for IUnknown
impl From<IDiaSegment> for IUnknown
fn from(value: IDiaSegment) -> Self
fn from(value: IDiaSegment) -> Self
Converts to this type from the input type.
impl Interface for IDiaSegment
impl Interface for IDiaSegment
impl PartialEq<IDiaSegment> for IDiaSegment
impl PartialEq<IDiaSegment> for IDiaSegment
impl Vtable for IDiaSegment
impl Vtable for IDiaSegment
type Vtable = IDiaSegment_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 IDiaSegment
Auto Trait Implementations
impl RefUnwindSafe for IDiaSegment
impl !Send for IDiaSegment
impl !Sync for IDiaSegment
impl Unpin for IDiaSegment
impl UnwindSafe for IDiaSegment
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