Trait ITfRangeACP_Impl
pub trait ITfRangeACP_Impl: ITfRange_Impl {
// Required methods
fn GetExtent(&self, pacpanchor: *mut i32, pcch: *mut i32) -> Result<()>;
fn SetExtent(&self, acpanchor: i32, cch: i32) -> Result<()>;
}
Required Methods§
fn GetExtent(&self, pacpanchor: *mut i32, pcch: *mut i32) -> Result<()>
fn SetExtent(&self, acpanchor: i32, cch: i32) -> 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.