Trait IPBDAEntitlementDescriptor_Impl
pub trait IPBDAEntitlementDescriptor_Impl: IUnknownImpl {
// Required methods
fn GetTag(&self) -> Result<u8>;
fn GetLength(&self) -> Result<u16>;
fn GetToken(
&self,
ppbtokenbuffer: *mut *mut u8,
pdwtokenlength: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetTag(&self) -> Result<u8>
fn GetLength(&self) -> Result<u16>
fn GetToken( &self, ppbtokenbuffer: *mut *mut u8, pdwtokenlength: *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.