Trait IWMPClosedCaption2_Impl
pub trait IWMPClosedCaption2_Impl: IWMPClosedCaption_Impl {
// Required methods
fn SAMILangCount(&self, plcount: *mut i32) -> Result<()>;
fn getSAMILangName(&self, nindex: i32, pbstrname: *mut BSTR) -> Result<()>;
fn getSAMILangID(&self, nindex: i32, pllangid: *mut i32) -> Result<()>;
fn SAMIStyleCount(&self, plcount: *mut i32) -> Result<()>;
fn getSAMIStyleName(&self, nindex: i32, pbstrname: *mut BSTR) -> Result<()>;
}
Required Methods§
fn SAMILangCount(&self, plcount: *mut i32) -> Result<()>
fn getSAMILangName(&self, nindex: i32, pbstrname: *mut BSTR) -> Result<()>
fn getSAMILangID(&self, nindex: i32, pllangid: *mut i32) -> Result<()>
fn SAMIStyleCount(&self, plcount: *mut i32) -> Result<()>
fn getSAMIStyleName(&self, nindex: i32, pbstrname: *mut BSTR) -> 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.