Trait IViewChapter_Impl
pub trait IViewChapter_Impl: IUnknownImpl {
// Required methods
fn GetSpecification(&self, riid: *const GUID) -> Result<IUnknown>;
fn OpenViewChapter(
&self,
hsource: usize,
phviewchapter: *mut usize,
) -> Result<()>;
}
Required Methods§
fn GetSpecification(&self, riid: *const GUID) -> Result<IUnknown>
fn OpenViewChapter( &self, hsource: usize, phviewchapter: *mut usize, ) -> Result<()>
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.