windows::Win32::System::Diagnostics::Debug::Extensions

Trait IDebugHostBaseClass_Impl

pub trait IDebugHostBaseClass_Impl: IDebugHostSymbol_Impl {
    // Required method
    fn GetOffset(&self) -> Result<u64>;
}

Required Methods§

fn GetOffset(&self) -> Result<u64>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§