Trait IChapteredRowset_Impl
pub trait IChapteredRowset_Impl: IUnknownImpl {
// Required methods
fn AddRefChapter(&self, hchapter: usize, pcrefcount: *mut u32) -> Result<()>;
fn ReleaseChapter(
&self,
hchapter: usize,
pcrefcount: *mut u32,
) -> Result<()>;
}
Required Methods§
fn AddRefChapter(&self, hchapter: usize, pcrefcount: *mut u32) -> Result<()>
fn ReleaseChapter(&self, hchapter: usize, pcrefcount: *mut u32) -> 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.